Commit c7f11335 authored by Leo Iannacone's avatar Leo Iannacone

break word correctly in file pre

parent 423401bd
...@@ -162,6 +162,11 @@ footer .info { ...@@ -162,6 +162,11 @@ footer .info {
line-height: 35px; line-height: 35px;
} }
#file pre {
white-space: pre-wrap;
word-break: break-word;
}
#file .no-background { #file .no-background {
background: none; background: none;
border: none; border: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment