mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:17:08 +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;
|
box-sizing: border-box;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
gap: 0 0.5em; // space between text and images/emoji
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: var(--line-height-large);
|
line-height: var(--line-height-large);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user