diff options
| author | kushalpandya <kushal@gitlab.com> | 2017-05-30 17:20:26 +0530 |
|---|---|---|
| committer | kushalpandya <kushal@gitlab.com> | 2017-05-30 17:20:26 +0530 |
| commit | 8732b3b69aa9d291cd593ea44b22f10f5fe22e62 (patch) | |
| tree | f11c7511ad3fc2b1ef189c0efac6d88db171e91e | |
| parent | 9dfecec53d907a8beb6c2f119d6688aa92c959fd (diff) | |
| download | gitlab-ce-30502-fix-bottom-padding-job-page.tar.gz | |
Fix bottom padding for build page30502-fix-bottom-padding-job-page
| -rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 4 |
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 { |
