diff --git a/app/assets/stylesheets/sdg/related_list_selector.scss b/app/assets/stylesheets/sdg/related_list_selector.scss index 684ef2022..9e4f8c0ad 100644 --- a/app/assets/stylesheets/sdg/related_list_selector.scss +++ b/app/assets/stylesheets/sdg/related_list_selector.scss @@ -2,6 +2,10 @@ @include grid-column-gutter; clear: both; + > legend { + margin-bottom: 0; + } + .amsify-suggestags-area .amsify-select-tag { color: $white; @@ -17,7 +21,8 @@ @include sdg-goal-list($spacing); legend { - @include element-invisible; + font-weight: normal; + font-style: italic; } label { @@ -46,6 +51,11 @@ } } + label { + font-weight: normal; + font-style: italic; + } + .input-section { margin-bottom: 2 * $line-height / 3; } diff --git a/app/components/sdg/related_list_selector_component.html.erb b/app/components/sdg/related_list_selector_component.html.erb index 24e408e44..a1bbca60e 100644 --- a/app/components/sdg/related_list_selector_component.html.erb +++ b/app/components/sdg/related_list_selector_component.html.erb @@ -1,9 +1,9 @@ -