From b84efac0e529fc3f2d2c4720f38f76b9f5a74afc Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 28 Apr 2021 18:59:44 -0400 Subject: [PATCH] left align Server head --- web/skins/classic/css/base/views/log.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/css/base/views/log.css b/web/skins/classic/css/base/views/log.css index 0c6f618c8..73933a027 100644 --- a/web/skins/classic/css/base/views/log.css +++ b/web/skins/classic/css/base/views/log.css @@ -21,6 +21,7 @@ th[data-field="Component"], th[data-field="Code"], th[data-field="Message"], th[data-field="File"], +th[data-field="Server"], th[data-field="Line"] { text-align: left; }