-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Guidelinesbugs and features related to the display of the WeGA Guidelinesbugs and features related to the display of the WeGA Guidelinestech:HTML/CSS
Milestone
Description
-elements inherit an extra margin-bottom from _base.scss if they are the last paragraph in a .tab-pane :
.tab-content .tab-pane:not(#backlinks) div p:last-of-type,
.tab-content .tab-pane:not(#backlinks) div ol:last-of-type,
.tab-content .tab-pane:not(#backlinks) div dl:last-of-type,
.tab-content .tab-pane:not(#backlinks) div ul:last-of-type,
.tab-content .tab-pane:not(#backlinks) div .abstract:last-child,
.tab-content .tab-pane:not(#backlinks) div .card {
margin-bottom: 30px;
}
That leads to unwanted spacing if they are followed by an example block in the guidelines (see 2.2.5 Literatur).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Guidelinesbugs and features related to the display of the WeGA Guidelinesbugs and features related to the display of the WeGA Guidelinestech:HTML/CSS