We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d0a02 + 42adc9f commit 4c0ea6eCopy full SHA for 4c0ea6e
src/toastify.css
@@ -55,7 +55,7 @@
55
.toastify-avatar {
56
width: 1.5em;
57
height: 1.5em;
58
- margin: 0 5px;
+ margin: -7px 5px;
59
border-radius: 2px;
60
}
61
src/toastify.js
@@ -114,7 +114,7 @@
114
divElement.appendChild(avatarElement);
115
} else {
116
// Adding close icon on the right of content
117
- divElement.insertAdjacentElement("beforeend", avatarElement);
+ divElement.insertAdjacentElement("afterbegin", avatarElement);
118
119
120
0 commit comments