From 2508b712a92dff07988517333398189d36af12a9 Mon Sep 17 00:00:00 2001 From: Albina <51043550+albinazs@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:48:55 +0300 Subject: [PATCH] Language label fine-tunes (#12136) Co-authored-by: Thibaud Colas --- client/scss/components/_status-tag.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/scss/components/_status-tag.scss b/client/scss/components/_status-tag.scss index 4c6b613543aa..04668865da65 100644 --- a/client/scss/components/_status-tag.scss +++ b/client/scss/components/_status-tag.scss @@ -29,12 +29,14 @@ } &--label { - padding: theme('spacing.[0.5]') theme('spacing.2'); + padding: theme('spacing.px') theme('spacing.2'); color: theme('colors.text-status-label'); font-weight: theme('fontWeight.medium'); background: theme('colors.surface-status-label'); border: 1px solid theme('colors.text-status-label'); border-radius: theme('borderRadius.xl'); + // stylelint-disable-next-line property-disallowed-list + text-transform: none; } }