Skip to content

Commit c65b7d1

Browse files
committed
Fix command palette label design
1 parent 4864f7e commit c65b7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/resources/stylesheets/ui/palette.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
line-height: 26px;
4141

4242
.command-label {
43-
display: block;
4443
color: inherit;
4544
font-size: inherit;
4645
text-align: left;
4746
font-size: 12px;
48-
padding: 0px 20px;
47+
padding: 0px 8px;
4948
line-height: 1.8em;
49+
opacity: 0.4;
5050
}
5151

5252
.shortcut {

0 commit comments

Comments
 (0)