summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-18 19:04:32 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-18 19:08:28 -0500
commitb47622b26ec677ec8124fbe549379a21aa822e22 (patch)
treecfe6c116e87d8a8b33da55f63ef32a99ba242d27 /app/assets/stylesheets
parentea9aee35a334fae2cc55e67a52c01e30fe337263 (diff)
downloadgitlab-ce-b47622b26ec677ec8124fbe549379a21aa822e22.tar.gz
Fix visual weirdness in pipelines
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index fb0236e273d..247339648fa 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -31,7 +31,7 @@
width: 30%;
.branch-name {
- width: 195px;
+ max-width: 195px;
}
}
}
@@ -130,7 +130,6 @@
.fa {
font-size: 12px;
color: $gl-text-color;
- margin-left: 5px;
}
.commit-id {