From: Marius Gavrilescu Date: Wed, 8 Apr 2015 07:46:19 +0000 (+0300) Subject: Add a class for elements that should have word-break: break-all X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=9c09d2f4c27e64469843e4f5c75c2dfadf5a9479;p=gruntmaster-page.git Add a class for elements that should have word-break: break-all --- diff --git a/css/custom.css b/css/custom.css index 6acc795..4085ff4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -68,10 +68,10 @@ ul.inline li:last-child:after { display: none !important; } -td.user, td.owner { +td.user, td.owner, .break-all { word-break: break-all; } ul.list-inline { display: inline-block; -} \ No newline at end of file +}