From d4052dbe37013ecb8bff8b3e3bda259a35aeb986 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Feb 2026 20:04:09 +0200 Subject: [PATCH] feat(options/shortcuts): equal height --- .../client/src/widgets/type_widgets/options/shortcuts.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/options/shortcuts.css b/apps/client/src/widgets/type_widgets/options/shortcuts.css index 58392ba083..007071c63c 100644 --- a/apps/client/src/widgets/type_widgets/options/shortcuts.css +++ b/apps/client/src/widgets/type_widgets/options/shortcuts.css @@ -20,4 +20,12 @@ display: flex; justify-content: space-between; } + + table { + width: 100%; + + th { + width: 25%; + } + } }