From 927839243fc410519c4809e0b1f103c0c4a0b234 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 22:15:28 +0200 Subject: [PATCH] Update CSS for viewport region styling --- src/app/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/app.css b/src/app/app.css index c947bff7..ff33d07e 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -567,6 +567,7 @@ button:disabled { align-items: baseline; gap: 12px; min-width: 0; + flex: 1 1 420px; } .viewport-region__title { @@ -579,6 +580,7 @@ button:disabled { .viewport-region__caption { color: var(--color-muted); font-size: 0.82rem; + min-width: 0; } .viewport-region__view-toggle {