Add space between label and hotkey another way
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user