From ede0b55fc7693bf2e5daa12237a8d9e79418a6fa Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 11 Feb 2015 15:26:43 +0200 Subject: [PATCH] Set word-break: break-all on user realnames --- css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index f9ccad3..93acc89 100644 --- a/css/custom.css +++ b/css/custom.css @@ -95,4 +95,8 @@ ul.inline li:last-child:after { .reqjs { display: none !important; -} \ No newline at end of file +} + +td.user, td.owner { + word-break: break-all; +} -- 2.39.2