diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart index 3730f5e22f188..2c0216c0b9660 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart @@ -351,7 +351,10 @@ class _ShortcutSettingTileState extends State { ); } - Widget _renderKeybindings(bool isHovering) => Row( + Widget _renderKeybindings(bool isHovering) => Wrap( + spacing: 8, + runSpacing: 4, + alignment: WrapAlignment.end, children: [ if (widget.command.keybindings.isNotEmpty) ...[ ..._toParts(widget.command.keybindings.first).map(