fix: list items spacing + lang menu max-height

This commit is contained in:
NGPixel
2020-02-07 21:54:59 -05:00
parent ff5acba358
commit 48ea692afe
2 changed files with 7 additions and 9 deletions

View File

@@ -312,8 +312,8 @@
// ---------------------------------
ol, ul {
padding: 1rem 0 0 0;
list-style-position: inside;
padding: 1rem 0 0 0;
list-style-position: inside;
@at-root .is-rtl & {
padding-left: 0;
@@ -472,7 +472,7 @@
}
}
ul {
ul {
list-style: none;
width: 100%;
> li::before {
@@ -486,14 +486,12 @@ ul {
}
}
> li {
display:flex;
flex-wrap: wrap;
> p {
display:inline-block;
vertical-align:top;
padding-top:0;
}
}
}
}
// ---------------------------------