Skip to content

Commit b4cd579

Browse files
committed
fix(Dialog): remove fixed header height
1 parent 5205d4c commit b4cd579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ const DialogContent = forwardRef(function DialogContent(
253253
display: 'flex',
254254
flow: 'row',
255255
gap: '1x',
256-
height: '(7x + 1bw)',
257256
placeItems: 'baseline stretch',
258257
placeContent: 'space-between',
259258
padding: `@dialog-title-padding-v ${

0 commit comments

Comments
 (0)