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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-05 21:11:19 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-12-05 21:11:19 +0300
commit4e96c53197e0521f13d9fb95692854fddeecf509 (patch)
tree9f47f6d269108c7226fcf6267d254915f07758a7
parent90938e4b1745692e543df4f3defa596ffb33d441 (diff)
parenta45f7701c90f1f858de1267492cfa4a28dc698a7 (diff)
Merge branch '25221-fix-build-status-overflow-mobile' into 'master'
Fixed top margin for Builds page status header information Adds top margin for the Build Status content area for screens smaller than 768px. Especially needed when the text content wraps onto a third line. ![Untitled-1](/uploads/57a0a58f1fe647cd2d0dbb8849621340/Untitled-1.jpg) cc: @filipa @ClemMakesApps Closes #25221 See merge request !7917
-rw-r--r--app/assets/stylesheets/pages/builds.scss1
-rw-r--r--changelogs/unreleased/25221-fix-build-status-overflow-mobile.yml4
2 files changed, 5 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;
diff --git a/changelogs/unreleased/25221-fix-build-status-overflow-mobile.yml b/changelogs/unreleased/25221-fix-build-status-overflow-mobile.yml
new file mode 100644
index 00000000000..52de34478f0
--- /dev/null
+++ b/changelogs/unreleased/25221-fix-build-status-overflow-mobile.yml
@@ -0,0 +1,4 @@
+---
+title: Added top margin to Build status page header for mobile views
+merge_request:
+author: Ryan Harris