From 4213c377f84923308288c156dfbc26813011fd42 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Aug 2025 11:15:06 +0300 Subject: [PATCH] fix(react/widgets): alignment of shortcuts in context menu --- apps/client/src/stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index d22d633b7..a25528aae 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -449,6 +449,8 @@ body #context-menu-container .dropdown-item > span { box-shadow: none; padding-bottom: 0; padding: 0; + flex-grow: 1; + text-align: right; } .dropdown-item,