Skip to content

Commit

Permalink
Merge pull request #2279 from rhamilto/issue-495
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix bug where sidebar bg color doesn't extend to bottom at mobile

Fixes openshift/origin-web-catalog#495

<img width="485" alt="screen shot 2017-10-17 at 10 42 35 am" src="https://user-images.githubusercontent.com/895728/31672787-7798114e-b32b-11e7-964c-200289e459cf.PNG">
  • Loading branch information
openshift-merge-robot authored Oct 17, 2017
2 parents f950d1c + c308001 commit c7bba0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/_catalog.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
}
}

.landing-page {
background: @landing-side-bar-bg;
min-height: 100%;
}

.wizard-pf-main.bind-service-wizard-step {
@media (min-width: @screen-sm-min) {
height: @bind-service-page-height + @grid-gutter-width;
Expand Down
1 change: 1 addition & 0 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7bba0e

Please sign in to comment.