Skip to content

Commit 6bf8285

Browse files
committed
Remove styling to align about on the right side for leftCol
1 parent 61ff75b commit 6bf8285

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dotcom-rendering/src/components/Details.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { SerializedStyles } from '@emotion/react';
22
import { css } from '@emotion/react';
3-
import { between, textSans14, textSans15 } from '@guardian/source/foundations';
3+
import { textSans14, textSans15 } from '@guardian/source/foundations';
44
import {
55
SvgChevronDownSingle,
66
SvgChevronUpSingle,
@@ -108,10 +108,6 @@ export const Details = ({
108108
}
109109
cursor: pointer;
110110
display: flex;
111-
112-
${between.leftCol.and.wide} {
113-
justify-content: end;
114-
}
115111
`,
116112
colour && colourStyles(colour),
117113
]}

0 commit comments

Comments
 (0)