Added overflow scroll for code

This commit is contained in:
Afzal Sayed 2017-12-06 12:51:11 +05:30
parent f9ac17616c
commit 850378b88b

View file

@ -33,7 +33,7 @@ pre code{
display: block;
font-size: inherit;
padding: initial;
white-space:pre-wrap;
white-space:pre;
word-break:break-all;
word-wrap:break-word;
}