UX: prevent the tag bullet from shrinking (#27669)
This commit is contained in:
parent
4311e9df45
commit
1c67aab135
|
@ -101,6 +101,7 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
&:before {
|
&:before {
|
||||||
|
flex-shrink: 0;
|
||||||
background: var(--primary-low-mid);
|
background: var(--primary-low-mid);
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue