Added white-space to pre-tags

This commit is contained in:
Thomas Cazade 2017-11-01 15:48:26 +01:00
parent c92cd319f3
commit d8f1fa2eb7

View file

@ -23,5 +23,6 @@ pre {
background-color: lighten(@primary, 73%);
border: 1px solid lighten(@primary, 50%);
border-radius: 3px;
overflow-x: auto;
overflow-x: auto;
white-space: pre-wrap;
}