From 9a4782d1111fce99c45989a8cfa5cb38ae229f70 Mon Sep 17 00:00:00 2001 From: Albina Starykova Date: Thu, 18 Jul 2024 17:10:47 +0200 Subject: [PATCH] Language label fine-tunes --- 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..7d8dd09f3624 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: capitalize; } }