File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change
10000
146
146
147
147
.markdown-body a {
148
148
background-color : transparent;
149
- -webkit-text-decoration-skip : objects;
150
149
}
151
150
152
151
.markdown-body a : active ,
171
170
border-style : none;
172
171
}
173
172
174
- .markdown-body svg : not (: root ) {
175
- overflow : hidden;
176
- }
177
-
178
173
.markdown-body code ,
179
174
.markdown-body kbd ,
180
175
.markdown-body pre {
536
531
margin-bottom : 0 ;
537
532
}
538
533
534
+ .markdown-body li {
535
+ word-wrap : break-all;
536
+ }
537
+
539
538
.markdown-body li > p {
540
539
margin-top : 16px ;
541
540
}
601
600
}
602
601
603
602
.markdown-body code {
604
- padding : 0 ;
605
- padding-top : 0.2em ;
606
- padding-bottom : 0.2em ;
603
+ padding : 0.2em 0.4em ;
607
604
margin : 0 ;
608
605
font-size : 85% ;
609
606
background-color : rgba (27 , 31 , 35 , 0.05 );
610
607
border-radius : 3px ;
611
608
}
612
609
613
- .markdown-body code ::before ,
614
- .markdown-body code ::after {
615
- letter-spacing : -0.2em ;
616
- content : "\00a0" ;
617
- }
618
-
619
610
.markdown-body pre {
620
611
word-wrap : normal;
621
612
}
661
652
border : 0 ;
662
653
}
663
654
664
- .markdown-body pre code ::before ,
665
- .markdown-body pre code ::after {
666
- content : normal;
667
- }
668
-
669
655
.markdown-body .full-commit .btn-outline : not (: disabled ): hover {
670
656
color : # 005cc5 ;
671
657
border-color : # 005cc5 ;
You can’t perform that action at this time.
0 commit comments