From 90a58ad7e99db24677c6fdfce34183e56b23b6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20K=C3=B6hler?= Date: Thu, 13 Mar 2025 07:02:18 +0100 Subject: [PATCH] updated CSS to vertically center icons in popup menu items --- src/themes/bootstrap/5/wt/widgets/_popup-menu.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/themes/bootstrap/5/wt/widgets/_popup-menu.scss b/src/themes/bootstrap/5/wt/widgets/_popup-menu.scss index 207f1b4a..e0ca29ac 100644 --- a/src/themes/bootstrap/5/wt/widgets/_popup-menu.scss +++ b/src/themes/bootstrap/5/wt/widgets/_popup-menu.scss @@ -11,6 +11,7 @@ .Wt-chkbox { margin-right: 6px; margin-left: 1px; + margin-top: 0; } label.checkbox-inline { @@ -27,8 +28,10 @@ } /* - * Dropdown item cursor fix + * Dropdown item cursor and alignment fix */ .dropdown-item { + align-items: center; cursor: pointer; + display: flex; } -- 2.48.1.windows.1