From ec7664f22f30e4ef9c1efea58a0d16b034b7f7cf Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 8 May 2023 10:37:30 -0600 Subject: [PATCH] Timesheet: adjust duration vertical alignment --- timesheet/templates/default/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/templates/default/app.css b/timesheet/templates/default/app.css index 1458c5c94f..9757a2811d 100644 --- a/timesheet/templates/default/app.css +++ b/timesheet/templates/default/app.css @@ -14,7 +14,7 @@ } table.egwGridView_grid tbody td[align=right] { - padding-top: 0px; + padding-top: 1px; } /* Let category & total columns line up vertically with the 2-element headers (Duration, Total, etc) */