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:
authorkushalpandya <kushal@gitlab.com>2017-05-30 14:50:26 +0300
committerkushalpandya <kushal@gitlab.com>2017-05-30 14:50:26 +0300
commit8732b3b69aa9d291cd593ea44b22f10f5fe22e62 (patch)
treef11c7511ad3fc2b1ef189c0efac6d88db171e91e /app/assets/stylesheets/pages/builds.scss
parent9dfecec53d907a8beb6c2f119d6688aa92c959fd (diff)
Fix bottom padding for build page
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 14a62b6cbf0..47aa7a1d658 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -390,6 +390,10 @@
.container-fluid.container-limited {
max-width: 100%;
}
+
+ .content-wrapper {
+ padding-bottom: 6px;
+ }
}
.build-detail-row {