We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d558f1f commit 5c61b00Copy full SHA for 5c61b00
dotcom-rendering/src/lib/braze/BrazeBannersSystem.tsx
@@ -935,7 +935,7 @@ export const BrazeBannersSystemDisplay = ({
935
css={
936
wrapperModeEnabled
937
? css`
938
- max-height: 65svh;
+ max-height: 90svh;
939
border-top: 1px solid rgb(0, 0, 0);
940
background-color: ${wrapperModeBackgroundColor};
941
overflow-y: auto;
@@ -1043,7 +1043,7 @@ export const BrazeBannersSystemDisplay = ({
1043
padding-left: 12px;
1044
padding-right: 12px;
1045
padding-top: 18px;
1046
- padding-bottom: 24px;
+ padding-bottom: 12px;
1047
${until.leftCol} {
1048
padding-left: 0px;
1049
padding-right: 0px;
0 commit comments