Skip to content

Commit 6e1a4c6

Browse files
GAUNSDmcoker
andauthored
chore: Update Tearsheet styles (PR feedback)
Apply batched suggestions from code review From: @mcoker Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
1 parent cad6f9f commit 6e1a4c6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/module/src/Tearsheet/Tearsheet.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,18 @@ const useStyles = createUseStyles({
2626
maxWidth: 'calc(100% - 2rem) !important',
2727
height: 'calc(100% - 6rem) !important',
2828
maxHeight: 'calc(100% - 6rem) !important',
29-
insetBlockStart: '3rem !important',
3029
},
3130
'&.pf-m-stack-level-2': {
3231
width: 'calc(100% - 0rem) !important',
3332
maxWidth: 'calc(100% - 0rem) !important',
3433
height: 'calc(100% - 8rem) !important',
3534
maxHeight: 'calc(100% - 8rem) !important',
36-
insetBlockStart: '4rem !important',
3735
},
3836
'&.pf-m-stack-hidden': {
3937
width: 'calc(100% - 4rem) !important',
4038
maxWidth: 'calc(100% - 4rem) !important',
4139
height: 'calc(100% - 4rem) !important',
4240
maxHeight: 'calc(100% - 4rem) !important',
43-
insetBlockStart: '3rem !important',
4441
opacity: '0 !important',
4542
pointerEvents: 'none !important',
4643
},

0 commit comments

Comments
 (0)