Skip to content

Commit 11a363a

Browse files
committed
fix widget size
1 parent 118766d commit 11a363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/plugins/extrascheck/OutdatedExtrasCheck.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$widgets['xtraCheck'] = array(
5151
'menuindex' => '0',
5252
'id' => 'xtraCheck' . $checkOutdated->getPluginId() . '',
53-
'cols' => 'col-12',
53+
'cols' => 'col-lg-12',
5454
'headAttr' => 'style="color:#E84B39;"',
5555
'bodyAttr' => '',
5656
'icon' => 'fa-warning',

0 commit comments

Comments
 (0)