From cbd7e85a36255851b7fd294ac7169896c124c82b Mon Sep 17 00:00:00 2001 From: ajianaz Date: Thu, 3 Sep 2026 14:38:14 +0700 Subject: [PATCH] fix(ui): rules page layout on narrow viewports - Header stacks: H1 stays on one line; project select (capped at 190px) and the New Rule action wrap to a second row instead of squeezing the title and causing 31px of horizontal overflow at 390px - Rule cards stack vertically below sm: actions drop under the rule text instead of crushing the title into a narrow column; badge row wraps; long webhook URLs break instead of overflowing - Swap the inline empty state for the shared EmptyState component --- web/build/index.html | 16 ++++---- web/src/routes/(dashboard)/rules/+page.svelte | 39 +++++++++---------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/web/build/index.html b/web/build/index.html index bf8ccdf..84ff27b 100644 --- a/web/build/index.html +++ b/web/build/index.html @@ -4,13 +4,13 @@ - - + + - + - + @@ -18,21 +18,21 @@ - +