Skip to content

Commit

Permalink
fix(view): style issue which cropped overview content (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 30, 2021
1 parent 5001de9 commit ee9f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/terraboard-vuejs/src/App.vue
@@ -1,6 +1,6 @@
<template>
<Navbar/>
<div id="maincont" class="container vh-100">
<div id="maincont" class="container">
<router-view/>
</div>
<AppFooter/>
Expand Down

0 comments on commit ee9f923

Please sign in to comment.