Skip to content

Commit 8415f06

Browse files
authored
releases: fix button overflow (#92344)
This column only ever contains a single button with `View` text, meaning we can remove the overflow: hidden rule entirely. ``` <ViewColumn> <GuideAnchor disabled={!isTopRelease || index !== 0} target="view_release"> <LinkButton ...> {t('View')} </LinkButton> </GuideAnchor> </ViewColumn> ``` ![CleanShot 2025-05-27 at 15 23 14@2x](https://github.com/user-attachments/assets/0a7c37a1-fe20-442b-8599-6d6f7f2168de)
1 parent 790ac8d commit 8415f06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/app/views/releases/list/releaseCard/releaseCardProjectRow.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,5 @@ const CrashFreeWrapper = styled('div')`
272272
`;
273273

274274
const ViewColumn = styled('div')`
275-
${p => p.theme.overflowEllipsis};
276-
line-height: 20px;
277275
text-align: right;
278276
`;

0 commit comments

Comments
 (0)