Commit 8415f06
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>
```
1 parent 790ac8d commit 8415f06
File tree
1 file changed
+0
-2
lines changed- static/app/views/releases/list/releaseCard
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
277 | 275 | | |
278 | 276 | | |
0 commit comments