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-02-04 01:36:01 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-02-04 01:36:01 +0300
commitfa7cc50f04af34bd58039d190f5844b7f5c3fe8b (patch)
tree17e378921ed00f1e23e681db84acbf7ff1eccb35 /app/assets/stylesheets
parent5aea8dc1a6dc17d4a73e65f3c3a0f8b7e29686eb (diff)
Include branch in mobile view for pipelines
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index db88d4a16b7..f10908c3630 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -121,7 +121,7 @@
.ref-name {
font-weight: $gl-font-weight-bold;
- max-width: 120px;
+ max-width: 100px;
overflow: hidden;
display: inline-block;
white-space: nowrap;