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.
margin-bottom
1 parent 2af8042 commit 547d5f3Copy full SHA for 547d5f3
src/toastr.less
@@ -169,13 +169,15 @@ button.toast-close-button {
169
&.toast-top-center .toast,
170
&.toast-bottom-center .toast {
171
width: 300px;
172
- margin: auto;
+ margin-left: auto;
173
+ margin-right: auto;
174
}
175
176
&.toast-top-full-width .toast,
177
&.toast-bottom-full-width .toast {
178
width: 96%;
179
180
181
182
183
0 commit comments