diff --git a/src/_includes/cards/form-all-elements.html b/src/_includes/cards/form-all-elements.html index be9692f66..a674a3e0d 100644 --- a/src/_includes/cards/form-all-elements.html +++ b/src/_includes/cards/form-all-elements.html @@ -170,30 +170,6 @@ -
- -
- - - - - -
-
@@ -206,6 +182,14 @@ + +
diff --git a/src/assets/scss/dashboard/forms/_custom-selectgroup.scss b/src/assets/scss/dashboard/forms/_custom-selectgroup.scss index 4f82240da..b5e1ccf33 100644 --- a/src/assets/scss/dashboard/forms/_custom-selectgroup.scss +++ b/src/assets/scss/dashboard/forms/_custom-selectgroup.scss @@ -40,15 +40,14 @@ color: $text-muted; user-select: none; font-size: $font-size-base; - line-height: $input-btn-line-height; + line-height: 1.5rem; min-width: $input-height; } .selectgroup-button-icon { padding-left: .5rem; padding-right: .5rem; - font-size: 1.125rem; - line-height: 1.125rem; + font-size: 1rem; } .selectgroup-input:checked + .selectgroup-button {