diff --git a/timesheet/js/app.ts b/timesheet/js/app.ts index e2d58561f4..2ecd75862e 100644 --- a/timesheet/js/app.ts +++ b/timesheet/js/app.ts @@ -91,7 +91,7 @@ class TimesheetApp extends EgwApp { egw.css("#timesheet-index span.timesheet_titleDetails","font-weight:" + (filter2.getValue() == '1' ? "bold;" : "normal;")); // Show / hide descriptions - egw.css(".ts_description", "display:" + (filter2.getValue() == '1' ? "block;" : "none;")); + egw.css(".ts_description", "display:" + (filter2.getValue() == '1' ? "flex;" : "none;")); } }