diff options
author | Ryan Harris <harrisryan1@gmail.com> | 2016-12-03 19:08:40 -0500 |
---|---|---|
committer | Ryan Harris <harrisryan1@gmail.com> | 2016-12-03 19:08:40 -0500 |
commit | e5f6c786981da7cf1ba7261b964bdb943bd5e97f (patch) | |
tree | 7fe32f61fe37fc64289e6abb2892cf34a4aa77a1 /app/assets/stylesheets | |
parent | 0819d093e9b4aa9d5af1f6bdde147462f0c7cb48 (diff) | |
download | gitlab-ce-e5f6c786981da7cf1ba7261b964bdb943bd5e97f.tar.gz |
Fixed top margin for Builds page status header information
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 1 |
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; |