fix layout - promoted attributes should never grow beyond its content

This commit is contained in:
azivner 2019-01-02 20:21:34 +01:00
parent 9de29584a4
commit 1581464d8c

View file

@ -446,7 +446,7 @@ html.theme-dark body {
display: block;
flex-basis: content;
flex-shrink: 1;
flex-grow: 100;
flex-grow: 0;
overflow: auto;
}