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.scss8
1 files changed, 8 insertions, 0 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 22661ed7b..6e9d01c6e 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
@@ -67,6 +67,10 @@
justify-content: stretch;
max-width: 260px;
+ @media screen and (max-width: $break-small) {
+ max-width: 230px;
+ }
+
&__button-fiat-price {
font-size: 13px;
}
@@ -98,6 +102,10 @@
padding-top: 9px;
padding-left: 8.5px;
+ @media screen and (max-width: $break-small) {
+ padding-left: 4px;
+ }
+
div {
display: flex;
flex-flow: column;