From 1d100de715efc2e3a8fa4d988e2e0a2484d14bd8 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()) {
- }