Avoid overflowing comments.

This commit is contained in:
Mayhem 2014-02-03 01:30:35 +01:00 committed by ccd0
parent d0dd780d24
commit 006b8eacd5

View File

@ -562,6 +562,7 @@ hr ~ div.center:not(.ad-cnt) {
}
.catalog-thread > .comment {
flex-shrink: 1;
max-width: 100%;
overflow: hidden;
text-align: center;
}