File tree 3 files changed +28
-1
lines changed
3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 886
886
font-size : 90% ;
887
887
color : # 808080 ;
888
888
overflow : auto;
889
+ -webkit-overflow-scrolling : touch;
889
890
}
890
891
.sg-pattern-extra-info : empty {
891
892
padding : 0 ;
939
940
}
940
941
.sg-pattern-extra-code pre {
941
942
overflow : scroll !important ;
943
+ -webkit-overflow-scrolling : touch;
942
944
padding : 0 0.5rem 0.5rem !important ;
943
945
margin : 0 !important ;
944
946
line-height : 1 !important ;
965
967
}
966
968
}
967
969
970
+ .language-markup code [class *= language- ],
971
+ .language-markup pre [class *= language- ] {
972
+ white-space : pre-wrap;
973
+ }
974
+ @media all and (min-width : 42em ) {
975
+ .language-markup code [class *= language- ],
976
+ .language-markup pre [class *= language- ] {
977
+ white-space : pre;
978
+ }
979
+ }
980
+
968
981
/*------------------------------------*\
969
982
#TABS
970
983
\*------------------------------------*/
You can’t perform that action at this time.
0 commit comments