Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-29 14:08:54 +0300
committerPhil Hughes <me@iamphill.com>2017-06-29 14:08:54 +0300
commit6da858dcb18ef50230b63a306375403c516ae074 (patch)
tree7cf7928747e7d97eddc9ee582528af491f42d750 /app/assets/stylesheets/pages/builds.scss
parentff048ba8a353f25341694db89c8ef5680fa574e8 (diff)
Job details won't scroll horizontally to show long lines
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index cdb0b1bc59e..9cff99b839c 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -147,10 +147,9 @@
top: 35px;
left: 10px;
bottom: 0;
- overflow-y: scroll;
- overflow-x: hidden;
padding: 10px 20px 20px 5px;
- white-space: pre;
+ white-space: pre-wrap;
+ overflow: auto;
}
.environment-information {