Skip to content

Commit

Permalink
[@mantine/core] Alert: Fix padding without title (#5359)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbguest authored Dec 2, 2023
1 parent bdecef0 commit 4602633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mantine-core/src/components/Alert/Alert.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

.body {
flex: 1;
display: flex;
flex-direction: column;
gap: var(--mantine-spacing-xs);
}

.title {
Expand Down Expand Up @@ -68,7 +71,6 @@
overflow: hidden;
font-size: var(--mantine-font-size-sm);
color: var(--_message-color, var(--__message-color));
margin-top: var(--mantine-spacing-xs);

@mixin light {
--__message-color: var(--mantine-color-black);
Expand Down

0 comments on commit 4602633

Please sign in to comment.