pre-wrap --> pre

This commit is contained in:
Afzal Sayed 2017-12-06 21:33:45 +05:30 committed by GitHub
parent 674b7ca428
commit e82329ee06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ pre {
border: 1px solid lighten(@primary, 50%);
border-radius: 3px;
overflow-x: auto;
white-space: pre-wrap;
white-space: pre;
}
pre code{
color: inherit;