removing pre wrap

This commit is contained in:
Afzal Sayed 2017-12-06 14:19:27 +05:30 committed by GitHub
parent f9ac17616c
commit 448a579d61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}