From d3980d753b797665ee6f890fd8d0f20dd03c7678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 2 Feb 2016 15:12:34 +0100 Subject: [PATCH] style: use whole width for content (#9836) --- gadjo/static/css/gadjo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.css b/gadjo/static/css/gadjo.css index 7e915b9..ffdfc76 100644 --- a/gadjo/static/css/gadjo.css +++ b/gadjo/static/css/gadjo.css @@ -149,7 +149,7 @@ ul.messages li { /* main content */ div#main-content { - width: 95%; + width: 100%; margin-left: 0; padding: 0 6px 0 16px; border: 1px solid #ccc; @@ -159,6 +159,7 @@ div#main-content { position: relative; overflow-x: auto; overflow-y: hidden; + box-sizing: border-box; } div#main-content h2 { -- 2.7.0