* Fix bug#46483. Finish task#114583.
This commit is contained in:
@@ -36,7 +36,7 @@ foreach($config->block->projectstatistic->items as $module => $items)
|
||||
array
|
||||
(
|
||||
'title' => $lang->block->tooltips[$field],
|
||||
'placement' => 'bottom',
|
||||
'placement' => 'bottom-end',
|
||||
'type' => 'white',
|
||||
'className' => 'text-dark border border-light leading-5 w-60'
|
||||
)
|
||||
|
||||
@@ -47,7 +47,7 @@ panel
|
||||
array
|
||||
(
|
||||
'title' => $lang->block->tooltips['resolvedRate'],
|
||||
'placement' => 'bottom',
|
||||
'placement' => 'bottom-end',
|
||||
'type' => 'white',
|
||||
'className' => 'text-dark border border-light leading-5'
|
||||
)
|
||||
|
||||
@@ -75,7 +75,7 @@ panel
|
||||
array
|
||||
(
|
||||
'title' => $lang->block->tooltips['deliveryRate'],
|
||||
'placement' => 'bottom',
|
||||
'placement' => 'bottom-end',
|
||||
'type' => 'white',
|
||||
'className' => 'text-dark border border-light leading-5'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user