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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue