From da8aa01466448f28ab958d0876e827b9cac7f13c Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Thu, 27 Mar 2025 21:07:59 +0000 Subject: [PATCH] fix(ui): improve vertical alignment of icons with text in the overflow menu (#7314) - Add `vertical-align: baseline` to the svg class. - Improves the vertical alignment of the icons that contain text in the overflow menu, and possibly in other places. Co-authored-by: Simon Ochsenreither Co-committed-by: Simon Ochsenreither --- web_src/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/base.css b/web_src/css/base.css index cffc1ea1b1..77458ec134 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -382,6 +382,7 @@ a.label, } .ui.menu .item > .svg { + align-self: baseline; margin-right: 0.35em; }