Skip to content

Commit 5ae0e4c

Browse files
authored
Merge pull request doccano#272 from CatalystCode/bugfix/fix-label-shortkey-display
Bugfix/Fix display of label shortkey preview
2 parents 4883934 + ed3a6f1 commit 5ae0e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/static/components/label.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
backgroundColor: newLabel.background_color \
1717
}") {{ newLabel.text }}
1818

19-
span.tag is-medium
19+
span.tag.is-medium
2020
kbd {{ shortcutKey(newLabel) | simpleShortcut }}
2121

2222
div.column

0 commit comments

Comments
 (0)