Skip to content

Commit 3a2b0ed

Browse files
authored
Merge pull request #14203 from guardian/fix-pullquote-squashing-issue
Allow pullquote to take up full width at narrow breakpoints
2 parents b241cf8 + 5dbd084 commit 3a2b0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/PullQuoteBlockComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ const supportingQuoteCss = css`
169169
margin-right: 10px;
170170
margin-bottom: 14px;
171171
clear: left;
172-
float: left;
173172
174173
${from.phablet} {
174+
float: left;
175175
width: 40%;
176176
}
177177

0 commit comments

Comments
 (0)