Skip to content

Commit

Permalink
KYLO-2724 - wrangler fill browser space
Browse files Browse the repository at this point in the history
  • Loading branch information
scottreisdorf committed Oct 11, 2018
1 parent bda557a commit 6fb0a46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/ui-app/src/main/resources/static/assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1357,4 +1357,9 @@ mat-horizontal-stepper.mat-stepper-no-header > .mat-horizontal-content-container

mat-nav-list a[mat-list-item] .mat-list-item-content {
font-size: 16px !important;
}

/** Hide the scroll bar when on the visual query and wrangler **/
md-content.visual-query {
overflow-y:hidden;
}

0 comments on commit 6fb0a46

Please sign in to comment.