aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-price-button-group/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/gas-customization/gas-price-button-group/index.scss')
-rw-r--r--ui/app/components/gas-customization/gas-price-button-group/index.scss5
1 files changed, 4 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 c8b31fc83..cb2f3ecf1 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
@@ -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;