Unverified Commit 10922294 authored by Robert Laurenz's avatar Robert Laurenz Committed by GitHub
Browse files

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

parent 8dfe5179
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment