Skip to content

Commit

Permalink
fix(SCB-1480): Add more ad clearfix (newsuk#2808)
Browse files Browse the repository at this point in the history
* fix(SCB-1480): Add more ad clearfix

* fix(SCB-1480): snapshot

* fix(SCB-1480): snapshot

* fix(SCB-1480): more snapshot

* fix(SCB-1480): more snapshot

* fix(SCB-1480): more snapshot

* fix(SCB-1480): more snapshot
  • Loading branch information
julienbrun-newsuk committed Oct 27, 2021
1 parent 3c8cfb7 commit 6a22ca9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`full article with style 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -964,6 +965,7 @@ exports[`full article with style in the culture magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -1861,6 +1863,7 @@ exports[`full article with style in the style magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -2759,6 +2762,7 @@ exports[`full article with style in the sunday times magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`full article with style 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -973,6 +974,7 @@ exports[`full article with style in the culture magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -1882,6 +1884,7 @@ exports[`full article with style in the style magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -2792,6 +2795,7 @@ exports[`full article with style in the sunday times magazine 1`] = `
}
.c19 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`full article with style 1`] = `
}
.c18 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -895,6 +896,7 @@ exports[`full article with style in the culture magazine 1`] = `
}
.c18 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -1726,6 +1728,7 @@ exports[`full article with style in the style magazine 1`] = `
}
.c18 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -2558,6 +2561,7 @@ exports[`full article with style in the sunday times magazine 1`] = `
}
.c18 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`full article with style 1`] = `
}
.c18 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`full article with style 1`] = `
}
.c20 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`1. a primary image 1`] = `
}
.c9 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -288,6 +289,7 @@ exports[`2. a fullwidth image 1`] = `
}
.c9 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -562,6 +564,7 @@ exports[`3. a secondary image 1`] = `
}
.c9 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -852,6 +855,7 @@ exports[`4. an inline image 1`] = `
}
.c9 {
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export const Heading6 = styled.h6`
`;

export const NativeAd = styled.div`
clear: both;
display: flex;
flex-wrap: wrap;
margin: 0 auto 30px;
Expand Down

0 comments on commit 6a22ca9

Please sign in to comment.