diff --git a/scoring/static/scoring/scss/methodology.scss b/scoring/static/scoring/scss/methodology.scss index 37e02cf7..0c568c14 100644 --- a/scoring/static/scoring/scss/methodology.scss +++ b/scoring/static/scoring/scss/methodology.scss @@ -74,6 +74,18 @@ $council-types: ( column-gap: 1rem; // Avoids heavy length content to overlap the next column. } +.type-council-option-wrapper { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + gap: 0.5rem; + + .radio-btn { + margin: 0 !important; + } +} + // Tables highlight .minimal-table { table-layout: fixed; diff --git a/scoring/templates/scoring/includes/main-filter-methodology.html b/scoring/templates/scoring/includes/main-filter-methodology.html index 040338ac..c389a6f9 100644 --- a/scoring/templates/scoring/includes/main-filter-methodology.html +++ b/scoring/templates/scoring/includes/main-filter-methodology.html @@ -1,7 +1,7 @@
Or show questions by type of council
+Or show questions by type of council