Skip to content

Commit 5c61b00

Browse files
Adjust max-height and padding in Braze Banners System Wrapped Mode display
1 parent d558f1f commit 5c61b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/lib/braze/BrazeBannersSystem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ export const BrazeBannersSystemDisplay = ({
935935
css={
936936
wrapperModeEnabled
937937
? css`
938-
max-height: 65svh;
938+
max-height: 90svh;
939939
border-top: 1px solid rgb(0, 0, 0);
940940
background-color: ${wrapperModeBackgroundColor};
941941
overflow-y: auto;
@@ -1043,7 +1043,7 @@ export const BrazeBannersSystemDisplay = ({
10431043
padding-left: 12px;
10441044
padding-right: 12px;
10451045
padding-top: 18px;
1046-
padding-bottom: 24px;
1046+
padding-bottom: 12px;
10471047
${until.leftCol} {
10481048
padding-left: 0px;
10491049
padding-right: 0px;

0 commit comments

Comments
 (0)