Skip to content

Commit

Permalink
Fix CSS regression
Browse files Browse the repository at this point in the history
The last checkbox in the entire sidebar should get the extra bottom
margin, but not the last checkbox in each template group.

Follow-up on I1edc5db98d16a4c0de8abd7f705776fb9eb65b97

Change-Id: I4ffade9c053191ce202340edadbd032c67bb39a4
  • Loading branch information
adamwight committed Jul 8, 2022
1 parent ab7bc03 commit c1ebaf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
white-space: nowrap;
}

/* margin for last checkbox */
.ve-ui-mwTransclusionOutlineParameterWidget:last-child {
/* margin for last checkbox in the sidebar */
.ve-ui-mwTransclusionOutlinePartWidget:last-child .ve-ui-mwTransclusionOutlineParameterWidget:last-child {
margin-bottom: 48px;
}

Expand Down

0 comments on commit c1ebaf9

Please sign in to comment.