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 146146
147147.markdown-body a {
148148 background-color : transparent;
149- -webkit-text-decoration-skip : objects;
150149}
151150
152151.markdown-body a : active ,
171170 border-style : none;
172171}
173172
174- .markdown-body svg : not (: root ) {
175- overflow : hidden;
176- }
177-
178173.markdown-body code ,
179174.markdown-body kbd ,
180175.markdown-body pre {
536531 margin-bottom : 0 ;
537532}
538533
534+ .markdown-body li {
535+ word-wrap : break-all;
536+ }
537+
539538.markdown-body li > p {
540539 margin-top : 16px ;
541540}
601600}
602601
603602.markdown-body code {
604- padding : 0 ;
605- padding-top : 0.2em ;
606- padding-bottom : 0.2em ;
603+ padding : 0.2em 0.4em ;
607604 margin : 0 ;
608605 font-size : 85% ;
609606 background-color : rgba (27 , 31 , 35 , 0.05 );
610607 border-radius : 3px ;
611608}
612609
613- .markdown-body code ::before ,
614- .markdown-body code ::after {
615- letter-spacing : -0.2em ;
616- content : "\00a0" ;
617- }
618-
619610.markdown-body pre {
620611 word-wrap : normal;
621612}
661652 border : 0 ;
662653}
663654
664- .markdown-body pre code ::before ,
665- .markdown-body pre code ::after {
666- content : normal;
667- }
668-
669655.markdown-body .full-commit .btn-outline : not (: disabled ): hover {
670656 color : # 005cc5 ;
671657 border-color : # 005cc5 ;
You ca
10FB
n’t perform that action at this time.
0 commit comments