diff --git a/src/components/Profile/History/ComputeJobs/Details.module.css b/src/components/Profile/History/ComputeJobs/Details.module.css index 32dc2b800..f6254c757 100644 --- a/src/components/Profile/History/ComputeJobs/Details.module.css +++ b/src/components/Profile/History/ComputeJobs/Details.module.css @@ -64,7 +64,7 @@ font-size: var(--font-size-small); overflow: hidden; width: 100%; - flex: 4; + flex: 6; text-overflow: ellipsis; white-space: nowrap; }