Add a class for elements that should have word-break: break-all
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 07:46:19 +0000 (10:46 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 07:46:19 +0000 (10:46 +0300)
css/custom.css

index 6acc795c684c4df21e28480ab69b830a574d407a..4085ff4c0dc336f6b32e9171ffbe91f97e01b358 100644 (file)
@@ -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
+}
This page took 0.010807 seconds and 4 git commands to generate.