Skip to content

Commit

Permalink
fix: log width overflow (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsweet authored and abeizn committed Apr 1, 2024
1 parent 0c014a5 commit 0b891d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-ui/src/routes/onboard/components/logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -41,7 +41,7 @@ const Wrapper = styled.div`
& > span.progress {
margin-left: 12px;
flex: 0 0 60px;
flex: auto;
}
}
Expand Down

0 comments on commit 0b891d5

Please sign in to comment.