mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +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 {
|
||||
flex-basis: 0;
|
||||
flex-grow: 1;
|
||||
flex: 1 0 0;
|
||||
max-width: 500px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.column > * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user