From 62d6707d109511d6c5cad01929200637e4fa53b0 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 17 Oct 2023 00:58:01 +0200 Subject: [PATCH] DeliveryConfirmation: no linebreaks in stat table --- Elwig/Documents/style-deliveryconfirmation.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Elwig/Documents/style-deliveryconfirmation.css b/Elwig/Documents/style-deliveryconfirmation.css index fbb26f3..b14fe42 100644 --- a/Elwig/Documents/style-deliveryconfirmation.css +++ b/Elwig/Documents/style-deliveryconfirmation.css @@ -78,6 +78,8 @@ table.delivery-confirmation-stats { table.delivery-confirmation-stats th, table.delivery-confirmation-stats td { padding: 0.125mm 0; + overflow: hidden; + white-space: nowrap; } table.delivery-confirmation-stats tr.subheading th {