Skip to content

Commit e10994c

Browse files
committed
Fix: remove changes that broke other services header
1 parent 7c096e5 commit e10994c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/legacy/containers/Brand/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { RequestContext } from '../../../contexts/RequestContext';
99
const StyledBrand = styled(Brand)`
1010
position: relative;
1111
z-index: 1;
12-
padding-block-start: 0.5rem;
1312
svg {
1413
fill: currentColor;
1514
@media screen and (forced-colors: active) {

src/app/legacy/psammead/psammead-brand/src/index.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const SIZE_OF_BRAND_LINK_WITH_VARIANT_BELOW_239PX = '2.625rem';
2121
const TRANSPARENT_BORDER = `0.0625rem solid transparent`;
2222

2323
const SvgWrapper = styled.div`
24-
height: auto;
24+
height: 100%;
2525
position: relative;
2626
display: flex;
2727
justify-content: space-between;
@@ -40,8 +40,7 @@ const SvgWrapper = styled.div`
4040

4141
const Banner = styled.div`
4242
background-color: ${props => props.theme.palette.BRAND_BACKGROUND};
43-
min-height: ${44 / 16}rem;
44-
height: auto;
43+
height: ${44 / 16}rem;
4544
width: 100%;
4645
padding: 0 ${GEL_SPACING};
4746

0 commit comments

Comments
 (0)