Merge pull request #321 from loicgasser/css-break-all

Break all on long title and item
This commit is contained in:
Petr Sloup 2018-12-18 09:02:42 +01:00 committed by GitHub
commit 507da8567e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,6 +147,10 @@ footer a {
color: #787878; color: #787878;
text-decoration: none; text-decoration: none;
} }
.details h3, .identifier {
max-width: 550px;
word-break: break-all;
}
/* body background image */ /* body background image */
body { body {