Skip to content

Commit

Permalink
fix(ui): RunInfo - prevent title from growing
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Aug 6, 2023
1 parent f93221c commit 6c8f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/run-info/run-info.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.titleText {
max-width: 100%;
flex: 1 1 auto;
flex: 0 1 auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 6c8f1ca

Please sign in to comment.