Skip to content
Snippets Groups Projects
Commit b08b9c76 authored by Peter Rotich's avatar Peter Rotich Committed by Jared Hancock
Browse files

thread-body: Break a word!

Force wrapping on long words e.g base64 encoded string
parent b0974d8d
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
background-color: #ffffff; background-color: #ffffff;
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
word-wrap: break-word;
overflow-x: auto;
} }
.thread-body a:focus { .thread-body a:focus {
outline: thin dotted; outline: thin dotted;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment