Skip to content

Commit 5760f3c

Browse files
committed
refactor(ui): clean up styles in ClusterDetailsPage
- Remove max-height and max-width properties from the Wrapper styled component for improved layout flexibility. References: #RI-7785
1 parent 3c3ebf7 commit 5760f3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisinsight/ui/src/pages/cluster-details/ClusterDetailsPage.styles.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ import { scrollbarStyles } from 'uiSrc/styles/mixins'
33

44
export const Wrapper = styled.div`
55
${scrollbarStyles()}
6-
max-height: calc(100% - 134px);
7-
max-width: 1920px;
86
`

0 commit comments

Comments
 (0)