X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=4085ff4c0dc336f6b32e9171ffbe91f97e01b358;hb=aefbc42eea7ef293b2fe6db72158e3494a742000;hp=73affe610e019a885dc9642812c5e948f7b54a4c;hpb=36ee16eebe0a00eb12b6b951381b2e2bd49cd356;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 73affe6..4085ff4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -68,6 +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; +}