Skip to content

Commit 288de9d

Browse files
committed
fix codeblocks overflow on horizontal scroll
1 parent 0f32d16 commit 288de9d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sass/abridge.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,7 @@ $syntax: true !default;//syntax highlighting for code blocks
555555
}
556556
li {
557557
margin-bottom: 0.2rem;
558-
}
559-
560-
ul li {
561-
list-style: square;
558+
//list-style: square;//opinionated
562559
}
563560

564561
// Ins
@@ -866,6 +863,7 @@ $syntax: true !default;//syntax highlighting for code blocks
866863
border-radius: var(--br);
867864
background: var(--c2);
868865
font-family: var(--fm);
866+
overflow-x: auto;
869867
line-height: initial;
870868
font-size: .8rem;
871869
padding: .3rem .2rem;

0 commit comments

Comments
 (0)