Skip to content

Commit

Permalink
Merge pull request #1513 from geekyd/patch-1
Browse files Browse the repository at this point in the history
Problem:table at /wallet/:x overflows viewport in mobile #1512
  • Loading branch information
anbud committed May 11, 2018
2 parents 4e4ad98 + e4fa877 commit 649b711
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions imports/ui/pages/wallet/wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
}

.wallet-table-wrapper{
.reactive-table-navigation {
width: 100%;
overflow-x: scroll;

.reactive-table-navigation {
position: relative;
display: flex;
justify-content: flex-end;
Expand Down Expand Up @@ -47,16 +50,16 @@
width: auto;
margin: 25px auto;
}

h4 b {
color: #999999;
text-shadow: 2px 2px 4px #cccccc;
text-shadow: 2px 2px 4px #cccccc;
}

.balance {
margin: 20px 0 20px 0;
background: #f1f1f1;
}
}
}

}
Expand All @@ -72,7 +75,7 @@
}

.wallet-outer {
padding: 15px 15px 0 15px;
padding: 15px 15px 0 15px;

a:hover {
text-decoration: none;
Expand Down

0 comments on commit 649b711

Please sign in to comment.