diff --git a/config-ui/src/routes/onboard/components/logs.tsx b/config-ui/src/routes/onboard/components/logs.tsx index 84c74b42777..9dbe8aa1630 100644 --- a/config-ui/src/routes/onboard/components/logs.tsx +++ b/config-ui/src/routes/onboard/components/logs.tsx @@ -32,7 +32,7 @@ const Wrapper = styled.div` justify-content: space-between; & > span.name { - flex: auto; + width: 220px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; @@ -41,7 +41,7 @@ const Wrapper = styled.div` & > span.progress { margin-left: 12px; - flex: 0 0 60px; + flex: auto; } }