From e4bec5ad1ea0b9179647393d59aaf276a127303d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 28 Jan 2015 18:02:13 +0000 Subject: [PATCH] Use the full screen width. --- web/pgadmin/static/css/overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 934b76908..392025eb0 100644 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -1,5 +1,10 @@ /* Overrides/fixes for pgAdmin specific styling in Bootstrap */ +/* Use the full width of the screen */ +.container { + width: 100% !important; +} + /* Restyle the Alertify dialogs */ .alertify .ajs-dialog { border: 0px solid rgba(0,0,0,.2);