Skip to content

Commit 6059fe1

Browse files
committed
Update snaps
1 parent 161b68c commit 6059fe1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/Organisms/RichtextCarousel/RichtextCarousel.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ it('renders default padding version correctly', () => {
134134
135135
.c1 .carousel .richtext-carousel .carousel__slide .carousel__inner-slide .slide-copy-wrapper {
136136
font-size: 0.9rem;
137+
line-height: 0.9rem;
137138
}
138139
139140
.c1 .carousel .richtext-carousel .carousel__slide .carousel__inner-slide .slide-copy-wrapper * {
140141
font-size: inherit;
142+
line-height: inherit;
141143
}
142144
143145
.c0 {
@@ -409,10 +411,12 @@ it('renders custom padding + background colour version correctly', () => {
409411
410412
.c1 .carousel .richtext-carousel .carousel__slide .carousel__inner-slide .slide-copy-wrapper {
411413
font-size: 0.9rem;
414+
line-height: 0.9rem;
412415
}
413416
414417
.c1 .carousel .richtext-carousel .carousel__slide .carousel__inner-slide .slide-copy-wrapper * {
415418
font-size: inherit;
419+
line-height: inherit;
416420
}
417421
418422
.c0 {

0 commit comments

Comments
 (0)