From 171907535217067fcfca0de339efedf475a9ce67 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 12 Dec 2022 13:53:48 -0500 Subject: [PATCH] UX: include space between elements in kbd tag (#19427) --- app/assets/stylesheets/common/base/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 6fab2deb383..3f7cb8fc0d9 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -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);