aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Post/static/css/custom.css4
-rw-r--r--templates/error-details.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/Post/static/css/custom.css b/Post/static/css/custom.css
index 5fe30aa..66b37ab 100644
--- a/Post/static/css/custom.css
+++ b/Post/static/css/custom.css
@@ -126,3 +126,7 @@ th a, th span {
.commit {
width: 140px;
}
+
+.build-details {
+ word-break: break-all;
+}
diff --git a/templates/error-details.html b/templates/error-details.html
index 2724c05..176d3f0 100644
--- a/templates/error-details.html
+++ b/templates/error-details.html
@@ -16,7 +16,7 @@
<pre>{{detail.ERROR_DETAILS}}</pre>
</div>
<div class="row span3">
- <div class="well">
+ <div class="well build-details">
<h2>Error details</h2>
<dl class="dl-vertical">
<dt>Submitted on:</dt>