Break all on long title and item
This commit is contained in:
parent
8e66736955
commit
059b0f11a0
1 changed files with 18 additions and 14 deletions
|
@ -147,6 +147,10 @@ footer a {
|
|||
color: #787878;
|
||||
text-decoration: none;
|
||||
}
|
||||
.details h3, .identifier {
|
||||
max-width: 550px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
/* body background image */
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue