1 parent c0d0e21 commit 02fcdb6Copy full SHA for 02fcdb6
1 file changed
dotcom-rendering/src/components/SeriesSectionLink.tsx
@@ -86,6 +86,7 @@ const invertedStyle = css`
86
/* Handle text wrapping onto a new line */
87
white-space: pre-wrap;
88
box-decoration-break: clone;
89
+ line-height: 28px;
90
padding-right: ${space[2]}px;
91
padding-top: ${space[1]}px;
92
padding-bottom: ${space[2]}px;
@@ -180,7 +181,7 @@ const sectionPadding = css`
180
181
padding-left: 18px;
182
}
183
${from.tablet} {
- padding-left: ${space[3]}px;
184
+ padding-left: ${space[1]}px;
185
186
`;
187
0 commit comments