Skip to content

Commit

Permalink
Merge pull request #2570 from PrefectHQ/fix-flow-run-popover-overflow…
Browse files Browse the repository at this point in the history
…-again

Fix the flow run popover text wrap and allow breaking words
  • Loading branch information
pleek91 committed Jul 1, 2024
2 parents 7d80dd0 + 91f8487 commit deda67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DeploymentList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@
h-8
pr-4
w-full
text-wrap
}
.deployment-list__search-input { @apply
Expand Down
3 changes: 3 additions & 0 deletions src/components/FlowRunPopOverContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
max-w-xs
w-screen
shadow-lg
text-wrap
break-words;
grid-template-columns: minmax(0, 1fr);
}
.flow-run-popover-content__aside { @apply
Expand Down

0 comments on commit deda67a

Please sign in to comment.