From 3f5cf7b570323e6fbf27fc3b89054d568f29b699 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 22 Nov 2021 12:55:28 +0100 Subject: [PATCH] Fix gegen abgeschnittene Tabelle auf Invoices_Seite. --- Customers/Invoices.aspx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index 0cdc146..a94626f 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -31,7 +31,7 @@ width: 410px; } #normaltable{ - overflow-x:auto;width:410px;margin-left:-4px; + overflow-x:auto;width:410px; } .g-3{ overflow-x:auto;width:410px;margin-left:-4px;