- commit
- 70eeb95b67a546c14461fabe753966888ecf1ecc
- parent
- 3d7f8180155e9043ca95ef672c8a5cd5cb0e6b27
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-02-02 19:06
fix line breaks with pre styling
Diffstat
| M | style.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
@@ -44,7 +44,7 @@ td, th {
44 44 text-align: start;
45 45 padding: 0.5em;
46 46 vertical-align: top;
47 -1 white-space: pre; /* show whitespace */
-1 47 white-space: pre-wrap; /* show whitespace */
48 48 }
49 49
50 50 #ba-preview {