badge overflow list style fix

This commit is contained in:
byte[] 2020-01-02 19:52:18 -05:00
parent 7ee6bf379f
commit 17733fe9f2

View file

@ -9,3 +9,7 @@
display: inline-block;
padding: 0 4px;
}
.badges > .badge > img {
max-width: unset;
}