fix(component): adjust style of counter button to fix overflow issue (#19494)

This commit is contained in:
Robert Laurenz 2022-10-28 12:46:41 +02:00 committed by GitHub
parent 8dfe5179ee
commit 10922294ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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