We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ff75b commit 6bf8285Copy full SHA for 6bf8285
dotcom-rendering/src/components/Details.tsx
@@ -1,6 +1,6 @@
1
import type { SerializedStyles } from '@emotion/react';
2
import { css } from '@emotion/react';
3
-import { between, textSans14, textSans15 } from '@guardian/source/foundations';
+import { textSans14, textSans15 } from '@guardian/source/foundations';
4
import {
5
SvgChevronDownSingle,
6
SvgChevronUpSingle,
@@ -108,10 +108,6 @@ export const Details = ({
108
}
109
cursor: pointer;
110
display: flex;
111
-
112
- ${between.leftCol.and.wide} {
113
- justify-content: end;
114
- }
115
`,
116
colour && colourStyles(colour),
117
]}
0 commit comments