2
0

fix(theme): 🐛 Force display block on lite badge

This commit is contained in:
Baptiste Arnaud
2022-03-07 15:10:33 +01:00
parent 7b6649408c
commit 4c65b4ce30
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.lite-badge {
display: block !important;
}