mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
fix project name column overflow on some screen sizes with long project names
This commit is contained in:
@@ -51,7 +51,10 @@ const { clients } = storeToRefs(useClientsStore());
|
||||
class="grid min-w-full"
|
||||
style="
|
||||
grid-template-columns:
|
||||
1fr minmax(150px, auto) minmax(140px, auto)
|
||||
minmax(300px, 1fr) minmax(150px, auto) minmax(
|
||||
140px,
|
||||
auto
|
||||
)
|
||||
minmax(130px, auto) minmax(130px, auto) minmax(
|
||||
120px,
|
||||
auto
|
||||
|
||||
Reference in New Issue
Block a user