mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use media query to reduce font and img size when width is < 960px
Avoid having horizontal scrollbars.
This commit is contained in:
@@ -33,7 +33,7 @@ if (device_permitted($vars['device']) || $check_device == $vars['device']) {
|
||||
}
|
||||
|
||||
echo '<div class="panel panel-default">';
|
||||
echo '<table style="margin: 0px 7px 7px 7px;" cellspacing="0" class="devicetable" width="99%">';
|
||||
echo '<table class="device-header-table" style="margin: 0px 7px 7px 7px;" cellspacing="0" class="devicetable" width="99%">';
|
||||
require 'includes/device-header.inc.php';
|
||||
echo '</table>';
|
||||
echo '</div>';
|
||||
|
Reference in New Issue
Block a user