diff --git a/admin/client/src/components/FormAction/FormAction.scss b/admin/client/src/components/FormAction/FormAction.scss index ddc3c509d..ddd3ddbb5 100644 --- a/admin/client/src/components/FormAction/FormAction.scss +++ b/admin/client/src/components/FormAction/FormAction.scss @@ -14,7 +14,8 @@ line-height: 13px; } -.no-text[class*="font-icon-"]::before { +// Btn icons with no text require .btn--no-text +.btn--no-text[class*="font-icon-"]::before { margin-right: 0; } diff --git a/admin/client/src/styles/_variables.scss b/admin/client/src/styles/_variables.scss index 68ec5bd46..2d1fdf639 100644 --- a/admin/client/src/styles/_variables.scss +++ b/admin/client/src/styles/_variables.scss @@ -184,7 +184,7 @@ $font-size-h6: 12px; /* 1rem; */ // $display3-weight: 300; // $display4-weight: 300; -$line-height: 1.538; +$line-height: 1.539; $line-height-base: 20px; /* can be used with varying font-sizes, holds grid sizing */ $headings-margin-bottom: $spacer;