Skip to content

Commit

Permalink
fix(attachment): keep center alignment if element has bigger height
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Aug 14, 2024
1 parent 37d2326 commit ceb5a85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $spacing: theme.get-spacing();
display: flex;
min-height: $size;
align-items: center;
justify-content: center;
padding: $spacing;
gap: $spacing;
}
Expand Down

0 comments on commit ceb5a85

Please sign in to comment.