Skip to content

Commit

Permalink
Changed #childContent min-height again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dieharders committed Oct 8, 2018
1 parent 779ee1b commit 0b8c8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ a.badge.badge-dark {
}
#childContent{
width: 100%;
min-height: 185px;
height: calc(100vh - 380px);
min-height: 300px;
height: calc(100vh - 360px);
font-size: 18pt;
overflow-y: scroll;
padding: auto;
Expand Down

0 comments on commit 0b8c8a6

Please sign in to comment.