Skip to content

Commit 161b68c

Browse files
committed
Lineheight fix
1 parent a42add8 commit 161b68c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/Organisms/RichtextCarousel/RichtextCarousel.style.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,11 @@ const CarouselWrapper = styled.div`
249249
250250
.slide-copy-wrapper {
251251
font-size: 0.9rem;
252+
line-height: 0.9rem;
253+
252254
* {
253-
font-size: inherit;
255+
font-size: inherit;
256+
line-height: inherit;
254257
}
255258
}
256259
}

0 commit comments

Comments
 (0)