Skip to content

Commit

Permalink
fix(styles): fix layout issues with dialog header when wrapping (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Oct 20, 2023
1 parent 2d41c7c commit 565d26c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
justify-content: space-between;
min-height: var(--dialog-header-height);
font-weight: var(--font-weight-bold);
padding: var(--space-smallest) 0;
gap: var(--space-smallest);
}

.Dialog__heading,
Expand All @@ -73,7 +75,7 @@
height: var(--dialog-close-button-size);
width: var(--dialog-close-button-size);
margin-right: var(--space-smallest);
position: relative;
flex-shrink: 0;
}

.Dialog__close:active {
Expand Down

0 comments on commit 565d26c

Please sign in to comment.