Skip to content

Commit

Permalink
add height for TableContainer to replace flex as tab are not a flex c…
Browse files Browse the repository at this point in the history
…ontainer
  • Loading branch information
JeanMarcMilletScality committed Oct 17, 2024
1 parent 62c6367 commit 23fe25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/ui-elements/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ export const SubHeaderContainer = styled.div<{ isHidden?: boolean }>`
`;
export const TableContainer = styled.div`
display: flex;
flex: 1;
flex-direction: column;
height: 100%;
`;
export const GentleEmphaseSecondaryText = styled(SecondaryText)<{
alignRight?: boolean;
Expand Down

0 comments on commit 23fe25f

Please sign in to comment.