fixed alignment of timesheet descriptions regarding ticket # 101351

(cherry picked from commit 86c4a384ed)
This commit is contained in:
milan 2024-12-18 17:08:57 +01:00
parent 64de6df947
commit 1cda5091fa

View File

@ -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;"));
}
}