use max-height for promoted attributes, #739

This commit is contained in:
zadam 2019-12-03 19:47:53 +01:00
parent 4dc285d84f
commit 761c51069a

View File

@ -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;
}