From 16eaff62d93e9b92d0e57e31b1bc7f0d0a7abf9b Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 7 Apr 2022 14:18:38 +0300 Subject: [PATCH] update flex value --- src/components/Profile/History/ComputeJobs/Details.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }