Morden: Prevent list items from overflowing parent wrappers.
This commit is contained in:
parent
8e46d6b217
commit
9d12cc011e
2 changed files with 6 additions and 4 deletions
|
@ -1604,16 +1604,17 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
list-style-position: inside;
|
||||
margin: 0 16px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
|
@ -1604,16 +1604,17 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
list-style-position: inside;
|
||||
margin: 0 0 0 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
Loading…
Reference in a new issue