From 3f02e55ffd488a7ccf30f785d95b8b1b5ec405af Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:40:03 -0500 Subject: [PATCH] Fix squished icons in form labels (use inline-flex) --- frontends/web/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index a42aa1f..26fcaa4 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -122,8 +122,10 @@ .card .form-label { color: #ffe699; position: relative; - display: inline-block; + display: inline-flex; + align-items: center; overflow: hidden; + padding: 2px 0; } .card .form-label::before {