Skip to content

Commit 21e4324

Browse files
authored
Merge pull request #551 from AppQuality/develop
fix(workspace-settings): prevent body crop issue
2 parents 987b8b7 + 4be5efe commit 21e4324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/components/navigation/header/settings/workspaceSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const FlexContainer = styled.div<{ loading?: boolean }>`
1919
`;
2020

2121
const FixedBody = styled(Modal.Body)`
22+
display: inline-table;
2223
overflow: hidden;
2324
padding-bottom: 0;
2425
`;

0 commit comments

Comments
 (0)