Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 10:48:26 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 10:48:26 +0300
commit019afb605342aa55b292809efd6df62390372a5a (patch)
treea11409c82fa32ddc77bd05f38eb57fa057d5b412 /app
parent7d6f8cdd0e63fc355ab5149efab85d15c7494797 (diff)
Change percentage to px
Diffstat (limited to 'app')
-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;
}
}