Fix comments with long usernames breaking comment section

This commit is contained in:
James Taylor
2018-08-24 14:48:02 -07:00
parent 3b8529ca11
commit fc001e7427
4 changed files with 11 additions and 3 deletions

View File

@@ -44,6 +44,9 @@
grid-row: 6;
margin-top:10px;
}
.comment{
width:640px;
}
.more-comments{
grid-column: 1 / span 2;
}