File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -451,15 +451,11 @@ const DesignableBanner: ReactComponent<BannerRenderProps> = ({
451451 </ div >
452452 ) }
453453 { ( ! isInABTest || isCollapsed ) && (
454- < div css = { styles . closeButtonABOverrides } >
455- < DesignableBannerCloseButton
456- onCloseClick = { onCloseClick }
457- settings = {
458- templateSettings . closeButtonSettings
459- }
460- isInABTest = { isInABTest }
461- />
462- </ div >
454+ < DesignableBannerCloseButton
455+ onCloseClick = { onCloseClick }
456+ settings = { templateSettings . closeButtonSettings }
457+ isInABTest = { isInABTest }
458+ />
463459 ) }
464460 </ div >
465461
@@ -719,10 +715,6 @@ const styles = {
719715 margin-top : ${ space [ 5 ] } px;
720716 }
721717 ` ,
722- closeButtonABOverrides : css `
723- justify-self : start;
724- align-self : start;
725- ` ,
726718 headerContainer : ( background : string , bannerHasImage : boolean ) => css `
727719 align-self : stretch;
728720 justify-self : stretch;
You can’t perform that action at this time.
0 commit comments