From 6c8f1ca7bc83bf0f962428b0112362c3a4555ec2 Mon Sep 17 00:00:00 2001 From: Vio Date: Sun, 6 Aug 2023 22:40:08 +0200 Subject: [PATCH] fix(ui): RunInfo - prevent title from growing --- packages/ui/src/components/run-info/run-info.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/run-info/run-info.module.css b/packages/ui/src/components/run-info/run-info.module.css index e90a68ef92..5d2a96e2e6 100644 --- a/packages/ui/src/components/run-info/run-info.module.css +++ b/packages/ui/src/components/run-info/run-info.module.css @@ -7,7 +7,7 @@ .titleText { max-width: 100%; - flex: 1 1 auto; + flex: 0 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;