added word wrap

This commit is contained in:
Afzal Sayed 2017-11-30 16:56:32 +05:30
parent 6b7c8340ee
commit b47ef25242

View file

@ -29,8 +29,12 @@ pre {
pre code{
color: inherit;
background: transparent;
white-space: pre;
margin-top: -1.50em;
display: block;
font-size: inherit;
padding: initial;
white-space:pre;
white-space:pre-wrap;
word-break:break-all;
word-wrap:break-word;
}