From 761c51069a6e601217a986f4c75e20421f54e758 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 3 Dec 2019 19:47:53 +0100 Subject: [PATCH] use max-height for promoted attributes, #739 --- src/public/stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e77148331..d36046ae3 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -464,9 +464,10 @@ button.icon-button { margin: auto; /* setting the display to block since "table" doesn't support scrolling */ display: block; - flex-basis: content; - flex-shrink: 1; + /** flex-basis: content; - use once "content" is implemented by chrome */ + flex-shrink: 0; flex-grow: 0; + max-height: 30%; overflow: auto; }