1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Fix too many mentions overflowing container

This commit is contained in:
8chan 2014-09-23 15:32:12 +00:00
parent 9adee6016c
commit 7f3faf9256

View File

@ -720,3 +720,6 @@ pre {
height: 100%;
margin-top: 0px;
}
.mentioned {
word-wrap: break-word;
}