Skip to content

Commit

Permalink
Fix width of gas customization model in notification view
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Dec 12, 2018
1 parent 3cca6fc commit dabf263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
overflow-y: initial;

@media screen and (max-width: $break-small) {
max-width: 344px;

&__content {
display: flex;
overflow-y: initial;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
.gas-price-button-group--small {
display: flex;
justify-content: stretch;
max-width: 260px;

@media screen and (max-width: $break-small) {
max-width: 260px;
}

&__button-fiat-price {
font-size: 13px;
Expand Down

0 comments on commit dabf263

Please sign in to comment.