Skip to content

Commit 02fcdb6

Browse files
committed
rectify line height discrepency
1 parent c0d0e21 commit 02fcdb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotcom-rendering/src/components/SeriesSectionLink.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const invertedStyle = css`
8686
/* Handle text wrapping onto a new line */
8787
white-space: pre-wrap;
8888
box-decoration-break: clone;
89+
line-height: 28px;
8990
padding-right: ${space[2]}px;
9091
padding-top: ${space[1]}px;
9192
padding-bottom: ${space[2]}px;
@@ -180,7 +181,7 @@ const sectionPadding = css`
180181
padding-left: 18px;
181182
}
182183
${from.tablet} {
183-
padding-left: ${space[3]}px;
184+
padding-left: ${space[1]}px;
184185
}
185186
`;
186187

0 commit comments

Comments
 (0)