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`
7171 margin : ${ space [ 3 ] } px 10px ;
7272 : first-child {
7373 ${ from . tablet } {
74- margin-left : 0 px ;
74+ margin-left : 0 ;
7575 }
7676
7777 /**
@@ -87,6 +87,9 @@ const itemStyles = css`
8787 margin-left : 240px ; /** 240 === 3 columns and 3 column gaps */
8888 }
8989 }
90+ : last- child {
91+ margin- right: 0;
92+ }
9093` ;
9194
9295const verticalLineStyles = css `
@@ -172,6 +175,7 @@ const getOphanInfo = (frontId?: string) => {
172175 const ophanComponentName = ophanComponentId ( 'highlights' ) ;
173176 const ophanComponentLink = `container-${ 0 } | ${ ophanComponentName } ` ;
174177 const ophanFrontName = `Front | /${ frontId } ` ;
178+
175179 return {
176180 ophanComponentName,
177181 ophanComponentLink,
You can’t perform that action at this time.
0 commit comments