Skip to content

Commit

Permalink
Merge pull request #752 from qld-gov-au/QOLDEV-262-multi-select-white…
Browse files Browse the repository at this point in the history
…space

[QOLDEV-262] fix margins for multi-select elements
  • Loading branch information
ThrawnCA authored Feb 2, 2023
2 parents d94b420 + c81b2fd commit 5e77d59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/assets/_project/_blocks/layout/content/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
margin-left: 1em;
font-size: 1rem;
}
ul li, ol li {
margin-bottom: 0.5em;
ul, ol {
// don't add margins to elements styled by JavaScript
li:not(.select2 li) {
margin-bottom: 0.5em;
}
}
}

Expand Down

0 comments on commit 5e77d59

Please sign in to comment.