Skip to content

Commit

Permalink
[ui] Fix asset header wrapping (#21144)
Browse files Browse the repository at this point in the history
Asset header is displaying like this:
<img width="212" alt="image"
src="https://github.com/dagster-io/dagster/assets/29110579/cf3d2ba9-877b-46a3-ac3d-ca57e3b0ca5f">

This PR fixes.
  • Loading branch information
clairelin135 authored Apr 10, 2024
1 parent f1ed00f commit df13917
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const BreadcrumbsWithSlashes = styled(Breadcrumbs)<{$numHeaderBreadcrumbs: numbe

const BreadcrumbLink = styled(Link)`
color: ${Colors.textLight()};
white-space: nowrap;
:hover,
:active {
Expand Down

1 comment on commit df13917

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-lqd7jrtmg-elementl.vercel.app

Built with commit df13917.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.