mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix variable column widths (#4127)
This commit is contained in:
parent
75aa940d44
commit
044cf22f47
@ -133,9 +133,9 @@ export class HUIView extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
flex-basis: 0;
|
flex: 1 0 0;
|
||||||
flex-grow: 1;
|
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column > * {
|
.column > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user