Skip to content

Commit

Permalink
Fixed icon shrink in toast
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb committed Aug 4, 2023
1 parent 2040e2e commit c4cd4d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/toast/BaseToast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const styles = `
width: 25rem;
}
.p-toast-message-icon {
flex-shrink: 0;
}
.p-toast-message-content {
display: flex;
align-items: flex-start;
Expand Down

0 comments on commit c4cd4d8

Please sign in to comment.