Show scrollbar on header overflow

Currently the header text "tilde.insitute" will overflow on small
screens, instead we ask it show scrollbar.
This commit is contained in:
Andinus 2020-05-22 13:20:33 +05:30
parent 0188cd93ab
commit c1e57673e2
Signed by untrusted user: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ body {
font-size: 1.0em;
}
pre {
display: block;
white-space: pre;
word-break: break-all;
overflow-x: auto;
}
.date {
font-weight: bold;
}