Browse Source

Update abp-toast.css

pull/23361/head
EngincanV 1 year ago
parent
commit
6520705059
  1. 3
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css

3
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css

@ -132,7 +132,8 @@
@media only screen and (max-width: 768px) {
.abp-toast-container {
min-width: 100%;
right: 0;
right: 0 !important;
left: 0 !important;
}
.abp-toast {

Loading…
Cancel
Save