From 9c09d2f4c27e64469843e4f5c75c2dfadf5a9479 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 8 Apr 2015 10:46:19 +0300 Subject: [PATCH] Add a class for elements that should have word-break: break-all --- css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.39.2