Skip to content

Commit

Permalink
ui: fixed horizontal overflow in dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Jul 1, 2020
1 parent 890b8f5 commit 3ddbc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default {
columns: columns
},
{
width: window.innerWidth / 2,
width: window.innerWidth * 0.4,
height: 175
},
{
Expand Down Expand Up @@ -194,7 +194,7 @@ export default {
columns: columns
},
{
width: window.innerWidth / 2,
width: window.innerWidth * 0.4,
height: 175
},
{
Expand Down

0 comments on commit 3ddbc4c

Please sign in to comment.