Avoid overflowing comments.

This commit is contained in:
Mayhem 2014-02-03 01:30:35 +01:00
parent 60e89e3f28
commit 22f785ea15

View File

@ -466,6 +466,7 @@ a[href="javascript:;"] {
} }
.catalog-thread > .comment { .catalog-thread > .comment {
flex-shrink: 1; flex-shrink: 1;
max-width: 100%;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }