mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:54:59 +08:00
UX: include space between elements in kbd tag (#19427)
This commit is contained in:
parent
9d03f207fa
commit
1719075352
|
@ -1059,6 +1059,7 @@ kbd {
|
|||
box-sizing: border-box;
|
||||
color: var(--primary);
|
||||
display: inline-flex;
|
||||
gap: 0 0.5em; // space between text and images/emoji
|
||||
font-size: var(--font-down-1);
|
||||
justify-content: center;
|
||||
line-height: var(--line-height-large);
|
||||
|
|
Loading…
Reference in New Issue
Block a user