Skip to content

Commit c885560

Browse files
committed
Fix command palette design on firefox
1 parent 2d23aee commit c885560

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<% if (_.size(command.get("shortcuts")) > 0) { %>
2+
<span class="label shortcut"><%= command.shortcutText() %></span>
3+
<% } %>
4+
15
<i class="fa fa-<%- command.get('icons.search') %>"></i>
26
<span class="title">
37
<% if (command.get("category")) { %>
@@ -7,7 +11,4 @@
711
</span>
812
<% if (command.get("label").length > 0) { %>
913
<span class="command-label"><%- command.get("label") %></span>
10-
<% } %>
11-
<% if (_.size(command.get("shortcuts")) > 0) { %>
12-
<span class="label shortcut"><%= command.shortcutText() %></span>
1314
<% } %>

0 commit comments

Comments
 (0)