From c0b6f87bbaefa064bdc96a7ffffd1afa57772028 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Mon, 11 Sep 2017 18:53:16 -0700 Subject: [PATCH] Fix styling on pages with a narrow table --- static/general.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/general.css b/static/general.css index 4bbb137..b14ef26 100644 --- a/static/general.css +++ b/static/general.css @@ -20,9 +20,11 @@ a:hover { main { float: left; /* Ensure this expands to contain the table. */ + min-width: 100%; + box-sizing: border-box; + padding: 1em 1em 3em 1em; border-top: 3px solid #000; border-bottom: 3px solid #000; - padding: 1em 1em 3em 1em; } footer {