Skip to content

Commit

Permalink
fix: bad modal alert text alignment (#4152)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 authored Jan 3, 2025
1 parent da8ebe4 commit a3461a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/core/less/common/Modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
.Alert {
border-radius: 0;
}
.Alert-container {
flex-direction: column;
}
.Alert-controls {
margin: 0;
display: block;
Expand Down

0 comments on commit a3461a8

Please sign in to comment.