diff options
Final gas customization fixes
Diffstat (limited to 'ui/app/components/gas-customization/gas-price-button-group')
-rw-r--r-- | ui/app/components/gas-customization/gas-price-button-group/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/gas-customization/gas-price-button-group/index.scss b/ui/app/components/gas-customization/gas-price-button-group/index.scss index 6e9d01c6e..0d1450594 100644 --- a/ui/app/components/gas-customization/gas-price-button-group/index.scss +++ b/ui/app/components/gas-customization/gas-price-button-group/index.scss @@ -137,7 +137,7 @@ .gas-price-button-group--alt { display: flex; justify-content: stretch; - max-width: 342px; + width: 95%; &__button-fiat-price { font-size: 13px; |