UX: include space between elements in kbd tag (#19427)

This commit is contained in:
Kris 2022-12-12 13:53:48 -05:00 committed by GitHub
parent 9d03f207fa
commit 1719075352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);