We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c014a5 commit 0b891d5Copy full SHA for 0b891d5
1 file changed
config-ui/src/routes/onboard/components/logs.tsx
@@ -32,7 +32,7 @@ const Wrapper = styled.div`
32
justify-content: space-between;
33
34
& > span.name {
35
- flex: auto;
+ width: 220px;
36
font-weight: 600;
37
white-space: nowrap;
38
text-overflow: ellipsis;
@@ -41,7 +41,7 @@ const Wrapper = styled.div`
41
42
& > span.progress {
43
margin-left: 12px;
44
- flex: 0 0 60px;
+ flex: auto;
45
}
46
47
0 commit comments