UX: prevent the tag bullet from shrinking (#27669)

This commit is contained in:
Kris 2024-07-01 16:49:49 -04:00 committed by GitHub
parent 4311e9df45
commit 1c67aab135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@
display: inline-flex;
align-items: center;
&:before {
flex-shrink: 0;
background: var(--primary-low-mid);
margin-right: 5px;
position: relative;