From 89b18dca45aa2b5ec83a7df758e3dc7ed285ba78 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Tue, 8 Jan 2019 02:41:39 -0500 Subject: [PATCH] Account for max-content bug in Chrome 49 --- options/options.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/options.css b/options/options.css index 93a936c1..bdad2a1a 100644 --- a/options/options.css +++ b/options/options.css @@ -63,6 +63,7 @@ body { } h1 { + min-width: 30%; width: 30%; margin: 0; font-size: 120%; @@ -73,6 +74,7 @@ h1 { } .items { + min-width: 70%; width: 70%; } @@ -212,6 +214,7 @@ html:not(.firefox):not(.opera) #updates { #advanced:not(.collapsible) .collapsible-resizer { padding-right: 8px; box-sizing: border-box; + min-width: 30%; width: 30%; }