summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-25 19:12:33 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-25 19:12:33 +0000
commit13d4285b0e976ad61faecab45e5fae1bcde50f87 (patch)
tree111e6d4720644250f378f8d72e4d4e4cc8e64b73
parent75ed0e27d95dcdb6dcc970f25a77e1bd0a63b78f (diff)
parentf8a7430b00cfe410b0274b8963f0de017ef098ee (diff)
downloadgitlab-ce-13d4285b0e976ad61faecab45e5fae1bcde50f87.tar.gz
Merge branch 'fix-pipeline-horizontal-scrolling' into 'master'
Fix unnecessary horizontal scroll area in pipeline visualizations ## What does this MR do? Removes a min-width attribute for the build pipeline visualization wrapper ## Are there points in the code the reviewer needs to double check? I am curious why this line was there in the first place. Perhaps I'm just not seeing it. ## Why was this MR needed? I was noticing an unnecessary horizontal scroll bar when viewing pipeline visualizations embedded in merge request builds tab: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5627/builds ## What are the relevant issue numbers? Line appears to have been introduced in !5742 ## Screenshots (if relevant) ![Screen_Shot_2016-08-24_at_11.15.13_PM](/uploads/e395ed8d4415187735d06b8386fe4633/Screen_Shot_2016-08-24_at_11.15.13_PM.png) ## Does this MR meet the acceptance criteria? As this is a very simple cosmetic change, I don't think it warrants inclusion in the changelog, documentation, or tests. - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6005
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 6fa097e3bf1..7eb4e7ec676 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -265,7 +265,6 @@
.pipeline-visualization {
position: relative;
- min-width: 1220px;
ul {
padding: 0;