1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00

Fix width of gas customization model in notification view

This commit is contained in:
Dan Miller 2018-12-12 12:44:47 -03:30
parent 3cca6fc886
commit dabf263733
2 changed files with 4 additions and 3 deletions

View File

@ -8,8 +8,6 @@
overflow-y: initial; overflow-y: initial;
@media screen and (max-width: $break-small) { @media screen and (max-width: $break-small) {
max-width: 344px;
&__content { &__content {
display: flex; display: flex;
overflow-y: initial; overflow-y: initial;

View File

@ -65,7 +65,10 @@
.gas-price-button-group--small { .gas-price-button-group--small {
display: flex; display: flex;
justify-content: stretch; justify-content: stretch;
max-width: 260px;
@media screen and (max-width: $break-small) {
max-width: 260px;
}
&__button-fiat-price { &__button-fiat-price {
font-size: 13px; font-size: 13px;