mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
improve reporting chart, fix project table with long client name, fixes ST-414
This commit is contained in:
committed by
Constantin Graf
parent
3b41d90b07
commit
a4d6ba3cdb
@@ -49,7 +49,7 @@ const { clients } = storeToRefs(useClientsStore());
|
||||
<div
|
||||
data-testid="project_table"
|
||||
class="grid min-w-full"
|
||||
style="grid-template-columns: 1fr 150px 150px 150px 80px">
|
||||
style="grid-template-columns: 1fr 1fr 1fr 150px 80px">
|
||||
<ProjectTableHeading></ProjectTableHeading>
|
||||
<div
|
||||
class="col-span-5 py-24 text-center"
|
||||
|
||||
Reference in New Issue
Block a user