Skip to content

Commit

Permalink
Merge pull request #3676 from relative-ci/ui-fixes
Browse files Browse the repository at this point in the history
ui fixes
  • Loading branch information
vio authored Aug 6, 2023
2 parents 5f8fe00 + 6c8f1ca commit 576185e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions packages/ui/src/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
--color-gray-25: #f9f9fa;
--color-gray-50: #e8e8e9;
--color-gray-100: #c6c5c7;
--color-gray-200: #a2a0a4;
--color-gray-300: #7e7b80;
--color-gray-400: #59565c;
Expand Down

0 comments on commit 576185e

Please sign in to comment.