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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-24 12:42:59 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-24 13:02:32 +0300
commitcff585df14d2b85ddddafc6e0d90215f653553ef (patch)
tree973e12c6126507146e0d226072ef5e10afda9819 /app/assets/stylesheets/pages/builds.scss
parentd4e9cd9de49a9f2b90ab76c5dc63d1515f9fdd69 (diff)
Wrap job name on pipeline job sidebar
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index f030189af06..e5c38a20bf0 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -270,6 +270,7 @@
.block {
width: 100%;
+ word-break: break-word;
&:last-child {
border-bottom: 1px solid $border-gray-normal;