From 044cf22f47bbefcaa59cdd923041cddc814a0c27 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 24 Oct 2019 18:43:28 +0200 Subject: [PATCH] Fix variable column widths (#4127) --- src/panels/lovelace/views/hui-view.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/lovelace/views/hui-view.ts b/src/panels/lovelace/views/hui-view.ts index 22d2b15f37..bb16f96280 100644 --- a/src/panels/lovelace/views/hui-view.ts +++ b/src/panels/lovelace/views/hui-view.ts @@ -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 > * {