Add space between label and hotkey another way

This commit is contained in:
Jason Zimdars
2025-11-04 16:27:44 -06:00
parent f197a34412
commit 1c5abbae2f
+2 -2
View File
@@ -1,8 +1,8 @@
<%= tag.button class:"boxcar-menu-trigger input input--select center flex-inline gap-half align-center txt-normal",
<%= tag.button class:"boxcar-menu-trigger input input--select center flex-inline align-center txt-normal",
data: {
action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
controller: "hotkey" } do %>
<span><%= image_tag "logo.png" %></span>
<strong class="txt-medium overflow-ellipsis margin-none">Fizzy</strong>
<kbd class="kbd txt-xx-small">J</kbd>
<kbd class="kbd txt-xx-small margin-inline-start">J</kbd>
<% end %>