summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 09:48:26 +0200
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 09:48:26 +0200
commit019afb605342aa55b292809efd6df62390372a5a (patch)
treea11409c82fa32ddc77bd05f38eb57fa057d5b412
parent7d6f8cdd0e63fc355ab5149efab85d15c7494797 (diff)
downloadgitlab-ce-019afb605342aa55b292809efd6df62390372a5a.tar.gz
Change percentage to px
-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 e05f52a08c2..1b4d12d3053 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -173,7 +173,7 @@
width: 8px;
position: absolute;;
right: -7px;
- bottom: 44%;
+ bottom: 8px;
border-bottom: 2px solid $border-color;
}
}