From 49fe4520ff9f01f849a005d5c8a9a0deed11ddfd Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 12 Jun 2022 12:20:08 -0500 Subject: [PATCH] improve alert display for mobile --- .../Views/Shared/Partials/_Notifications.cshtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/WebfrontCore/Views/Shared/Partials/_Notifications.cshtml b/WebfrontCore/Views/Shared/Partials/_Notifications.cshtml index 4c5b86abd..ec6f15091 100644 --- a/WebfrontCore/Views/Shared/Partials/_Notifications.cshtml +++ b/WebfrontCore/Views/Shared/Partials/_Notifications.cshtml @@ -11,11 +11,10 @@ @if (Model.Any()) {
- }