Skip to content

Commit

Permalink
Merge pull request #6 from navedqb/4234--fix-toast-icon-shrink
Browse files Browse the repository at this point in the history
fix: fixes icon shrink in toast
  • Loading branch information
navedqb authored Aug 4, 2023
2 parents 2040e2e + c4cd4d8 commit 69a2600
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 69a2600

Please sign in to comment.