mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix width of gas customization model in notification view
This commit is contained in:
parent
3cca6fc886
commit
dabf263733
@ -8,8 +8,6 @@
|
||||
overflow-y: initial;
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
max-width: 344px;
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
overflow-y: initial;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user