summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-03 11:03:00 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-03 11:04:17 -0600
commitd349843cda809bd3142c1eb23272436092d8e34b (patch)
treede973eef5369a2322b89bae40cd911f58118e1b9 /src/usr/local/www/head.inc
parent6293d7edb1be7aa0813815679809c82a72eb7554 (diff)
downloadpfsense-d349843cda809bd3142c1eb23272436092d8e34b.zip
pfsense-d349843cda809bd3142c1eb23272436092d8e34b.tar.gz
make wide screen support somewhat responsive
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 251a95f..c951d6e 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -391,7 +391,7 @@ if (isset($config['system']['webgui']['webguifixedmenu'])) {
$numColumns = $config['system']['webgui']['dashboardcolumns'];
if (($pagename === "index.php") && ($numColumns > 2)) {
- $columnsContainer = 'style="width: ' . 585*$numColumns . 'px"';
+ $columnsContainer = 'style="max-width: ' . 585*$numColumns . 'px;width: 100%"';
}
?>
<body id="<?=$numColumns?>">
OpenPOWER on IntegriCloud