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
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-12-04 03:08:40 +0300
committerRyan Harris <harrisryan1@gmail.com>2016-12-04 03:08:40 +0300
commite5f6c786981da7cf1ba7261b964bdb943bd5e97f (patch)
tree7fe32f61fe37fc64289e6abb2892cf34a4aa77a1 /app/assets/stylesheets/pages/builds.scss
parent0819d093e9b4aa9d5af1f6bdde147462f0c7cb48 (diff)
Fixed top margin for Builds page status header information
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 842c0434bf2..dcc13f6d74a 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -64,6 +64,7 @@
@media (max-width: $screen-sm-max) {
padding-right: 40px;
+ margin-top: 6px;
.btn-inverted {
display: none;