Skip to content

Commit db08c15

Browse files
[docs-infra] Fix ad in RTL
1 parent ae45564 commit db08c15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/mui-docs/src/Ad/ad.styles.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ export const adBodyImageStyles = (theme: Theme) => ({
77
border: '1px dashed',
88
borderColor: theme.palette.divider,
99
borderRadius: theme.shape.borderRadius,
10-
padding: '8px 8px 8px calc(8px + 130px)',
10+
padding: 8,
11+
paddingLeft: 8 + 130,
1112
[theme.breakpoints.up('sm')]: {
12-
padding: '12px 12px 12px calc(12px + 130px)',
13+
padding: 12,
14+
paddingLeft: 12 + 130,
1315
},
1416
},
1517
imgWrapper: {

0 commit comments

Comments
 (0)