diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-16 09:48:26 +0200 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-16 09:48:26 +0200 |
commit | 019afb605342aa55b292809efd6df62390372a5a (patch) | |
tree | a11409c82fa32ddc77bd05f38eb57fa057d5b412 /app | |
parent | 7d6f8cdd0e63fc355ab5149efab85d15c7494797 (diff) | |
download | gitlab-ce-019afb605342aa55b292809efd6df62390372a5a.tar.gz |
Change percentage to px
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 |
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; } } |