Skip to content

Commit fb56f74

Browse files
committed
refactor: change tab component height to auto for better responsiveness
1 parent d296f50 commit fb56f74

File tree

1 file changed

+1
-1
lines changed
  • shesha-reactjs/src/designer-components/tabs

1 file changed

+1
-1
lines changed

shesha-reactjs/src/designer-components/tabs/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const useStyles = createStyles(({ css, cx, token }, { styles, cardStyles,
8787
--ant-tabs-card-bg: ${backgroundImage || backgroundColor};
8888
${rest};
8989
width: 100%;
90-
height: 100%;
90+
height: auto;
9191
border: ${borderMap.default};
9292
box-shadow: ${boxShadow} !important;
9393
border-left: ${isLeft ? '0px solid transparent' : borderMap.left} !important;

0 commit comments

Comments
 (0)