Skip to content

Commit 323217f

Browse files
fix badge again again
1 parent 7d8ed94 commit 323217f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ footer.sticky-bottom {
307307
color: inherit;
308308
background-color: inherit;
309309
.badge {
310-
width: fit-content;
310+
min-width: fit-content;
311311
color: var(--global-card-bg-color) !important;
312312
background-color: var(--global-theme-color);
313313
}
@@ -492,7 +492,7 @@ footer.sticky-bottom {
492492
height: 2rem;
493493
margin-bottom: 0.5rem;
494494
abbr.badge {
495-
width: fit-content;
495+
min-width: fit-content;
496496
color: var(--global-bg-color) !important;
497497
background-color: var(--global-theme-color);
498498
a {

0 commit comments

Comments
 (0)