aboutsummaryrefslogtreecommitdiffstats
path: root/Post/static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'Post/static/css/custom.css')
-rw-r--r--Post/static/css/custom.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/Post/static/css/custom.css b/Post/static/css/custom.css
index 8897d4f..b640ad5 100644
--- a/Post/static/css/custom.css
+++ b/Post/static/css/custom.css
@@ -41,6 +41,7 @@ td a:visited {
}
.commit {
+ word-wrap: break-word;
word-break: break-all;
width: 140px;
}
@@ -124,6 +125,7 @@ th a, th span {
display: none;
}
-.build-details {
+.build-details dd {
+ word-wrap: break-word;
word-break: break-all;
}