1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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;
@media screen and (max-width: $break-small) {
max-width: 344px;
&__content {
display: flex;
overflow-y: initial;

View File

@ -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;