Skip to content

Commit

Permalink
Merge pull request #5882 from whymarrh/fix-main-container-wrapper-height
Browse files Browse the repository at this point in the history
Force main container wrapper height to fill remaining space
  • Loading branch information
whymarrh authored Dec 5, 2018
2 parents d199650 + 6a0993a commit 7ade47d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/css/itcss/components/newui-sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ $wallet-view-bg: $alabaster;
}

.main-container-wrapper {
height: 100%;
flex: 1;
min-height: 0;
width: 100%;
}
}
Expand Down

0 comments on commit 7ade47d

Please sign in to comment.