From 270339da111524d206453a9992856142e02f5c73 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Dec 2025 20:16:13 +0200 Subject: [PATCH] style(next): selector interfering with grouped buttons --- apps/client/src/stylesheets/theme-next/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index d76bd1a494..1c67d648d9 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -134,7 +134,7 @@ body.backdrop-effects-disabled { white-space-collapse: discard; } -.dropdown-menu.tn-dropdown-menu .bx { +.dropdown-menu.tn-dropdown-menu .dropdown-item .bx { margin-inline-end: 6px; }