File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ const sectionHeadlineFromLeftCol = (borderColour: string) => css`
322322 dis play: block;
323323 width: 1px;
324324 to p: 0;
325+ height: 1.875rem;
325326 right: -10px;
326327 position: absolute;
327328 background- color : ${ borderColour } ;
@@ -482,6 +483,16 @@ const carouselNavigationPlaceholder = css`
482483 }
483484` ;
484485
486+ const labsSectionStyles = css `
487+ grid- row: headline;
488+ grid- column: title;
489+ margin- to p: ${ space [ 2 ] } px;
490+ ${ from . leftCol } {
491+ grid- row: content;
492+ grid- column: title;
493+ }
494+ ` ;
495+
485496/**
486497 * # Front Container
487498 *
@@ -668,17 +679,7 @@ export const FrontSection = ({
668679 />
669680
670681 { isLabs && showLabsRedesign ? (
671- < div
672- css = { css `
673- grid- row: headline;
674- grid- column: title;
675- margin- to p: ${ space [ 2 ] } px;
676- ${ from . leftCol } {
677- grid- row: content;
678- grid- column: title;
679- }
680- ` }
681- >
682+ < div css = { labsSectionStyles } >
682683 < LabsSectionHeader title = { title } />
683684 </ div >
684685 ) : (
You can’t perform that action at this time.
0 commit comments