Skip to content

Commit 4dbfbfa

Browse files
VIA-608 AJ/DB Remove bottom margin from tables
1 parent 0797a47 commit 4dbfbfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/content-api/parsers/content-styling-service.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const styleSubsection = (subsection: VaccinePageSubsection, id: number, isLastSu
4545
if (subsection.type === "tableElement") {
4646
return (
4747
<div
48+
className={styles.zeroMarginBottom}
4849
key={id}
4950
dangerouslySetInnerHTML={{
5051
__html: sanitiseHtml(subsection.mainEntity),

0 commit comments

Comments
 (0)