From 5dd12dbb0f7576ee24ce5fd73d9cb35e9b55a659 Mon Sep 17 00:00:00 2001 From: Yannick Schaus Date: Thu, 15 Dec 2022 19:13:44 +0100 Subject: [PATCH] Fix inconsistent cell max-width (#1583) Fixes #1567 (sort of) Signed-off-by: Yannick Schaus --- .../web/src/components/widgets/layout/oh-grid-cells.vue | 1 + .../components/widgets/standard/cell/oh-rollershutter-cell.vue | 3 +++ .../src/components/widgets/standard/cell/oh-slider-cell.vue | 3 +++ 3 files changed, 7 insertions(+) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-grid-cells.vue b/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-grid-cells.vue index 382d5ad06..c630a9354 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-grid-cells.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-grid-cells.vue @@ -47,6 +47,7 @@