Remove list-style-type because it was causing the li to render without any height
This commit is contained in:
parent
7afc24deb1
commit
d7cd913881
@ -46,7 +46,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style-type: none;
|
|
||||||
font-weight: $font-bold;
|
font-weight: $font-bold;
|
||||||
border-bottom: 1px solid $color-gray-lightest;
|
border-bottom: 1px solid $color-gray-lightest;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user