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 7e4f10d commit 880174cCopy full SHA for 880174c
dotcom-rendering/src/components/ScrollableHighlights.importable.tsx
@@ -85,12 +85,12 @@ const itemStyles = css`
85
86
const verticalLineStyles = css`
87
${from.tablet} {
88
- :not(:last-child)::after {
+ :not(:first-child)::before {
89
content: '';
90
position: absolute;
91
top: 0;
92
bottom: 0;
93
- right: -10px;
+ left: -10px;
94
width: 1px;
95
background-color: ${palette('--highlights-container-separator')};
96
transform: translateX(-50%);
0 commit comments