From 1581464d8ce8253381eff4b66f201ab6b0e88a17 Mon Sep 17 00:00:00 2001 From: azivner Date: Wed, 2 Jan 2019 20:21:34 +0100 Subject: [PATCH] fix layout - promoted attributes should never grow beyond its content --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index bc28a501d..082f21e92 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -446,7 +446,7 @@ html.theme-dark body { display: block; flex-basis: content; flex-shrink: 1; - flex-grow: 100; + flex-grow: 0; overflow: auto; }