Skip to content

Commit

Permalink
Preserve margin-bottom of each toasts.
Browse files Browse the repository at this point in the history
The less file was fixed already at f43ee2a.
  • Loading branch information
Wooram Jun committed Jul 5, 2016
1 parent 8bbd8db commit 263577b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions toastr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,14 @@ button.toast-close-button {
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin: auto;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin: auto;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
Expand Down

0 comments on commit 263577b

Please sign in to comment.