summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-10-19 00:45:44 +0000
committerRémy Coutable <remy@rymai.me>2016-10-20 17:07:27 +0200
commit18bb73be245eeac4dd7c2d34e721887212a18a53 (patch)
treecc288a0e15bb3bd689afe09f0e0e6fee1700ecce /app
parentcc305a01df382ffb3ca62257a0c59b5808993485 (diff)
downloadgitlab-ce-18bb73be245eeac4dd7c2d34e721887212a18a53.tar.gz
Merge branch 'pipeline-visiual-updates' into 'master'
Fix pipeline alignment Before: <img src="/uploads/8169695c5e594ee3f42a73cc1a91fd1a/Screen_Shot_2016-10-18_at_6.58.49_PM.png" width="400px"> After: <img src="/uploads/d608380057ef66223925db3524f691fb/Screen_Shot_2016-10-18_at_7.04.15_PM.png" width="400px"> See merge request !6971
Diffstat (limited to 'app')
-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 5c98a819cc1..5b8dc7f8c40 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 {