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

@@ -24,6 +24,9 @@
.comments{
grid-column:2;
}
.comment{
width:640px;
}
#left .page-button{
grid-column:2;
}