From 2076ad699fbdc8b5362fe82bbafc0fd9f73bf2e6 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 15 Jan 2025 18:54:45 -0600 Subject: [PATCH] Fix table cell spacing --- LANCommander.Server/wwwroot/css/site.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/LANCommander.Server/wwwroot/css/site.css b/LANCommander.Server/wwwroot/css/site.css index 2b8a7d77..e09f6323 100644 --- a/LANCommander.Server/wwwroot/css/site.css +++ b/LANCommander.Server/wwwroot/css/site.css @@ -196,8 +196,6 @@ label.ant-btn-icon-only { } .ant-table-cell-with-append { - display: flex; - align-items: center; padding-left: 8px !important; }