* Fix bug #46414, modify width of tooltip box.

This commit is contained in:
liumengyi
2024-03-06 14:42:10 +08:00
committed by caoyanyi
parent 881b644d52
commit de46fdcdb9
+1 -1
View File
@@ -38,7 +38,7 @@ foreach($config->block->projectstatistic->items as $module => $items)
'title' => $lang->block->tooltips[$field],
'placement' => 'bottom',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
'className' => 'text-dark border border-light leading-5 w-60'
)
),
'help',