diff --git a/src/sass/buttons.scss b/src/sass/buttons.scss index 97a5ae45f..d5b1a1a03 100644 --- a/src/sass/buttons.scss +++ b/src/sass/buttons.scss @@ -42,5 +42,6 @@ } .button-sendmax { - line-height: inherit; + font-size: 0.7em !important; + display: inline !important; } diff --git a/src/sass/views/amount.scss b/src/sass/views/amount.scss index 5adee869a..cd77cb501 100644 --- a/src/sass/views/amount.scss +++ b/src/sass/views/amount.scss @@ -143,6 +143,8 @@ } } .amount { + padding-top: 10px; + padding-bottom: 10px; .icon-toggle { font-size: 1.2em; width: auto; diff --git a/www/views/amount.html b/www/views/amount.html index b82e8e5aa..860bc4286 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -49,14 +49,12 @@