[Glitch] fix(component): adjust style of counter button to fix overflow issue

Port 10922294ff to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Robert Laurenz 2022-10-28 12:46:41 +02:00 committed by Claire
parent b514998dc1
commit 047a2f1f1b
1 changed files with 2 additions and 1 deletions

View File

@ -257,11 +257,12 @@
display: inline-flex;
align-items: center;
width: auto !important;
padding: 0 4px 0 2px;
}
&__counter {
display: inline-block;
width: 14px;
width: auto;
margin-left: 4px;
font-size: 12px;
font-weight: 500;