From 84c92354c916ef91f73017c61ed26c0825645b3f Mon Sep 17 00:00:00 2001 From: xcps Date: Wed, 7 Feb 2018 08:43:28 +0500 Subject: [PATCH] Minimal width for DOM root element --- public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 434e9de..b14d9d4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -10,6 +10,7 @@ body { .page { display: inline-block; text-align: left; + min-width: 37em; } table td {