Update _lists.scss

Fix for badges in unordered lists.
This commit is contained in:
Jeremy Pyne 2018-09-13 16:44:39 -04:00 committed by rhyneav
parent 71425dad39
commit 9a16f4068c

View file

@ -25,6 +25,10 @@ ul {
li {
text-indent: -7px;
.badge {
text-indent: 0;
}
&::before {
left: -7px;