Skip to content

Commit

Permalink
Merge pull request #33934 from dimagi/rc/decrease-collapsible-margin-…
Browse files Browse the repository at this point in the history
…bottom

limit added margin-bottom to rows containing a question
  • Loading branch information
Robert-Costello committed Jan 2, 2024
2 parents f3eea84 + 7f4b8ff commit 3a66161
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,13 @@
}
}

.question-tile-row:has(div.q) {
margin-bottom: 15px;
}

.question-tile-row {
display: flex;
align-items: center;
margin-bottom: 15px;
* .form-group, * p, * .control-label {
padding-top: 0px !important;
padding-bottom: 0px !important;
Expand Down

0 comments on commit 3a66161

Please sign in to comment.