0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00

Fixed display errors

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov
2018-04-03 01:44:04 +00:00
parent 623d81186a
commit 18d265d4a1
2 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ pre {
margin-bottom: 1rem;
margin-top: 0;
padding: 1rem;
white-space: pre-wrap;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}