Set word-break: break-all on user realnames
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 11 Feb 2015 13:26:43 +0000 (15:26 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 11 Feb 2015 13:26:43 +0000 (15:26 +0200)
css/custom.css

index f9ccad3dc93d90b49bc40d248c98972e987ac3f5..93acc89a5bda0cd9f440dfbc12e91ac85b1c68fe 100644 (file)
@@ -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;
+}
This page took 0.010722 seconds and 4 git commands to generate.