Skip to content

Commit

Permalink
less whitespace above vote-table
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Apr 5, 2020
1 parent fde84db commit 7532329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/components/VoteTable/VoteList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
}
.vote-list {
margin: 44px 0;
// margin: 44px 0;
display: flex;
flex: 0;
flex-direction: column;
Expand Down
3 changes: 2 additions & 1 deletion src/js/components/VoteTable/VoteTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,13 @@ export default {
}
.vote-table {
margin: 44px 0;
// margin: 44px 0;
display: flex;
flex: 0;
flex-direction: column;
justify-content: flex-start;
overflow: scroll;
padding-bottom: 10px;
& > div {
display: flex;
Expand Down

0 comments on commit 7532329

Please sign in to comment.