Fix long sequences of letters in descriptions & comments overflowing

This commit is contained in:
James Taylor 2018-09-02 17:35:44 -07:00
parent 83efbba7ce
commit 46cfd682ce
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@
grid-row: 2;
white-space: pre-wrap;
min-width: 0;
word-wrap: break-word;
}
.comment time{

View File

@ -77,7 +77,7 @@
margin-top:8px;
white-space: pre-wrap;
min-width: 0;
word-wrap: break-word;
grid-column: 1 / span 2;
grid-row: 7;
}