Skip to content

Commit 80094ea

Browse files
authored
fix(CSS): last elements inside blockquotes do not need bottom margin (#8855)
1 parent 0fb0fa9 commit 80094ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: client/src/document/index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
color: inherit;
231231
}
232232
}
233+
234+
blockquote > :last-child {
235+
margin-bottom: 0;
236+
}
233237
}
234238

235239
@media screen and (min-width: $screen-sm) {

0 commit comments

Comments
 (0)