Skip to content
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-13510-removed-1773939515153.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Removed
---

Old Marketplace refs and line breaks in Quick Deploy Apps that break display name ([#13510](https://github.com/linode/manager/pull/13510))
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const CardBaseHeading = styled('div', {
display: 'flex',
font: theme.font.bold,
fontSize: '1rem',
wordBreak: 'break-word',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Probably unlikely, but, because we are changing this style here at the UI component level, it may cause regressions elsewhere in the app.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Totally - I tried looking to see if there were any other places where this is referenced and I couldn't find anything.

}));

export const CardBaseSubheading = styled('div', {
Expand Down
Loading
Loading