We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f32d16 commit 288de9dCopy full SHA for 288de9d
sass/abridge.scss
@@ -555,10 +555,7 @@ $syntax: true !default;//syntax highlighting for code blocks
555
}
556
li {
557
margin-bottom: 0.2rem;
558
- }
559
-
560
- ul li {
561
- list-style: square;
+ //list-style: square;//opinionated
562
563
564
// Ins
@@ -866,6 +863,7 @@ $syntax: true !default;//syntax highlighting for code blocks
866
863
border-radius: var(--br);
867
864
background: var(--c2);
868
865
font-family: var(--fm);
+ overflow-x: auto;
869
line-height: initial;
870
font-size: .8rem;
871
padding: .3rem .2rem;
0 commit comments