Skip to content
Snippets Groups Projects
Commit 4702ee5a authored by deuce's avatar deuce
Browse files

Remove width from message body style... it doesn't actually work.

The only shrink-to-content I can find with CSS is float, which opens up
a whole different can of worms.
parent 4866c9b7
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,6 @@ body { ...@@ -80,7 +80,6 @@ body {
background-color: black; background-color: black;
white-space: pre; white-space: pre;
font-family: monospace; font-family: monospace;
width: 80em;
} }
.replies { .replies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment