Skip to content

Commit

Permalink
Updated reception office size to prevent scroll bars (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrumsby authored and gil0109 committed Dec 6, 2018
1 parent c415f08 commit b18c54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/serve-citizen/dash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import ServeCitizen from './serve-citizen'
'userLoadingFail'
]),
fullHoldH() {
return this.totalH - this.qLengthH - this.buttonH - 16
return this.totalH - this.qLengthH - this.buttonH - 50
},
availH() {
return this.totalH - (2 * this.qLengthH) - this.buttonH - 16
Expand Down

0 comments on commit b18c54a

Please sign in to comment.