Skip to content

Commit 5b0fe95

Browse files
committed
DBC22-5878: added auto full line-height gap between content paragraphs
1 parent 6ac0f5d commit 5b0fe95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/App.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ a[href^="https://" i]#{$external-link-optouts}:not([href*="drivebc.ca" i]) {
132132
padding-top: 0;
133133

134134
p, ol, ul {
135-
margin-bottom: 0.25rem;
135+
margin-bottom: 1em;
136136
}
137137

138138
p:empty {
139-
height: 24px;
139+
height: 0;
140140
margin-bottom: 0;
141141
}
142142

0 commit comments

Comments
 (0)