Merge branch 'master' into feat/reproducible-plugin

This commit is contained in:
Tienson Qin
2022-10-18 20:23:18 +08:00
committed by GitHub
7 changed files with 32 additions and 10 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 child]
[:span.flex-1 child]
(when shortcut
[:span.ml-1 (render-keyboard-shortcut shortcut)])]))