File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const itemStyles = css`
71
71
margin : ${ space [ 3 ] } px 10px ;
72
72
: first-child {
73
73
${ from . tablet } {
74
- margin-left : 0 px ;
74
+ margin-left : 0 ;
75
75
}
76
76
77
77
/**
@@ -87,6 +87,9 @@ const itemStyles = css`
87
87
margin-left : 240px ; /** 240 === 3 columns and 3 column gaps */
88
88
}
89
89
}
90
+ : last- child {
91
+ margin- right: 0;
92
+ }
90
93
` ;
91
94
92
95
const verticalLineStyles = css `
@@ -172,6 +175,7 @@ const getOphanInfo = (frontId?: string) => {
172
175
const ophanComponentName = ophanComponentId ( 'highlights' ) ;
173
176
const ophanComponentLink = `container-${ 0 } | ${ ophanComponentName } ` ;
174
177
const ophanFrontName = `Front | /${ frontId } ` ;
178
+
175
179
return {
176
180
ophanComponentName,
177
181
ophanComponentLink,
You can’t perform that action at this time.
0 commit comments