Skip to content

Commit

Permalink
fix widget size
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Nov 2, 2018
1 parent 118766d commit 11a363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/plugins/extrascheck/OutdatedExtrasCheck.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$widgets['xtraCheck'] = array(
'menuindex' => '0',
'id' => 'xtraCheck' . $checkOutdated->getPluginId() . '',
'cols' => 'col-12',
'cols' => 'col-lg-12',
'headAttr' => 'style="color:#E84B39;"',
'bodyAttr' => '',
'icon' => 'fa-warning',
Expand Down

0 comments on commit 11a363a

Please sign in to comment.