diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss index 06587323b..113d7f187 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss @@ -14,6 +14,7 @@ } &__blurb { + width: 95%; font-size: 12px; color: $black; margin-top: 5px; @@ -21,6 +22,7 @@ } &__footer-blurb { + width: 95%; font-size: 12px; color: #979797; margin-top: 15px; diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss index d8edc10c1..63c2259f8 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss @@ -96,10 +96,6 @@ color: $scorpion; font-size: 12px; - @media screen and (max-width: $break-small) { - padding: 4px 21px; - } - &__send-info, &__transaction-info, &__total-info, @@ -139,7 +135,7 @@ } &__value { - font-size: 14px; + font-size: 12px; } } } diff --git a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss index 603bf8950..fc614d011 100644 --- a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss +++ b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss @@ -177,7 +177,7 @@ } &__time-estimate { - font-size: 14px; + font-size: 12px; font-weight: 500; margin-top: 4px; color: $black;