fix(component): adjust style of counter button to fix overflow issue (#19494)
This commit is contained in:
parent
8dfe5179ee
commit
10922294ff
|
@ -279,11 +279,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;
|
||||
|
|
Loading…
Reference in New Issue