summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-27 17:31:53 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-28 12:45:35 -0500
commitcebda439ea88d9868902120b1d20ff304610d9fd (patch)
tree8132b49845f107d710c11aad9f751d3ddafd3116
parent59797acd85037e9f491d298ac37743897ca2d6c2 (diff)
downloadgitlab-ce-admin-builds.tar.gz
Decrease icon container width to help fit all pipeline commit info on two linesadmin-builds
-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 7411c1c4499..21919fe4d73 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -132,7 +132,7 @@
.icon-container {
display: inline-block;
text-align: right;
- width: 20px;
+ width: 15px;
.fa {
position: relative;