Skip to content

Commit

Permalink
Show unordered list decorations (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 24, 2023
1 parent e5b6c81 commit 58a6c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dl {
overflow-wrap: break-word;
}

ul, li {
ul {
overflow: hidden;
}

Expand All @@ -104,7 +104,7 @@ ul, li {
.blocks {
font-family: monospace, monospace;
list-style-position: inside;
padding-inline-start: 0;
padding-inline-start: 1rem;
white-space: nowrap;
}

Expand Down

0 comments on commit 58a6c8f

Please sign in to comment.