From 1b773f21c6b47d588e0e8d3de36140cb2300ccd9 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 30 Jun 2021 10:44:43 -0500 Subject: [PATCH] fix alignment for long server names --- WebfrontCore/Views/Server/_Server.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebfrontCore/Views/Server/_Server.cshtml b/WebfrontCore/Views/Server/_Server.cshtml index c5636eeeb..b0cbd94c1 100644 --- a/WebfrontCore/Views/Server/_Server.cshtml +++ b/WebfrontCore/Views/Server/_Server.cshtml @@ -16,7 +16,7 @@ } -
+
@Model.Map @if (!string.IsNullOrEmpty(Model.GameType) && Model.GameType.Length > 1) { @@ -24,7 +24,7 @@ @Model.GameType.ToUpper() }
-
+
@if (Model.LobbyZScore != null) {