From: Marius Gavrilescu Date: Wed, 11 Feb 2015 13:26:43 +0000 (+0200) Subject: Set word-break: break-all on user realnames X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=ede0b55fc7693bf2e5daa12237a8d9e79418a6fa Set word-break: break-all on user realnames --- 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; +}