Fix long sequences of letters in descriptions & comments overflowing
This commit is contained in:
parent
83efbba7ce
commit
46cfd682ce
@ -86,6 +86,7 @@
|
|||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment time{
|
.comment time{
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
margin-top:8px;
|
margin-top:8px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
grid-row: 7;
|
grid-row: 7;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user