fix toastr full width position

pull/2697/head
REJack 5 years ago
parent cf7daa0159
commit 161099e3bc

@ -52,3 +52,9 @@
background-color: $warning;
}
}
// full width fix
.toast-bottom-full-width .toast,
.toast-top-full-width .toast {
max-width: inherit;
}

@ -23124,6 +23124,11 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
background-color: #ffc107;
}
.toast-bottom-full-width .toast,
.toast-top-full-width .toast {
max-width: inherit;
}
.pace {
z-index: 1048;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save