fix: command width

pull/6911/head^2
Konstantinos Kaloutas 2022-10-18 14:03:51 +03:00 committed by Tienson Qin
parent b16b6134e5
commit 8445458fdc
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
(dissoc options :only-child?) child]
[:a.flex.justify-between.px-4.py-2.text-sm.transition.ease-in-out.duration-150.cursor.menu-link
options
[:span.w-full child]
[:span.flex-1 child]
(when shortcut
[:span.ml-1 (render-keyboard-shortcut shortcut)])]))