Skip to content

Commit

Permalink
Merge pull request #10709 from nanaya/badge-size
Browse files Browse the repository at this point in the history
Allow expanding difficulty badge
  • Loading branch information
notbakaneko authored Nov 7, 2023
2 parents f49c561 + a43bc8a commit 5dcf7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/bem/difficulty-badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
// with two decimal digits).
// Font width is at most 0.67em for the numbers.
// Lastly add 0.25em for decimal separator.
width: 0.67em * 3 + 0.25em;
min-width: 0.67em * 3 + 0.25em;
}
}

0 comments on commit 5dcf7f1

Please sign in to comment.