From 6cd27b906247395bd1612044bf259c033aa9611b Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 23 Sep 2014 15:32:12 +0000 Subject: [PATCH] Fix too many mentions overflowing container --- stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index ffd26e7d..827974b5 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -720,3 +720,6 @@ pre { height: 100%; margin-top: 0px; } +.mentioned { + word-wrap: break-word; +}