Fix variable column widths (#4127)

This commit is contained in:
Bram Kragten 2019-10-24 18:43:28 +02:00 committed by Paulus Schoutsen
parent 75aa940d44
commit 044cf22f47

View File

@ -133,9 +133,9 @@ export class HUIView extends LitElement {
}
.column {
flex-basis: 0;
flex-grow: 1;
flex: 1 0 0;
max-width: 500px;
min-width: 0;
}
.column > * {