fixed alignment of timesheet descriptions regarding ticket # 101351

This commit is contained in:
milan 2024-12-18 17:08:57 +01:00
parent 914c723c78
commit 86c4a384ed

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