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%; + } + } }