diff --git a/CHANGELOG.md b/CHANGELOG.md index 022a052769d..f33aec8f9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ All notable changes to Sourcegraph are documented in this file. - Code Insights: Fixed line chart data series hover effect. Now the active line will be rendered on top of the others. - Unverified primary emails no longer breaks the Emails-page for users and Users-page for Site Admin. [#34312](https://github.com/sourcegraph/sourcegraph/pull/34312) +- Button to download raw file in blob page is now working correctly. [#34558](https://github.com/sourcegraph/sourcegraph/pull/34558) - Searches containing `or` expressions are now optimized to evaluate natively on the backends that support it ([#34382](https://github.com/sourcegraph/sourcegraph/pull/34382)), and both commit and diff search have been updated to run optimized `and`, `or`, and `not` queries. [#34595](https://github.com/sourcegraph/sourcegraph/pull/34595) ### Removed diff --git a/client/web/src/repo/blob/GoToRawAction.tsx b/client/web/src/repo/blob/GoToRawAction.tsx index f5c884e1fed..5fbbff5c60f 100644 --- a/client/web/src/repo/blob/GoToRawAction.tsx +++ b/client/web/src/repo/blob/GoToRawAction.tsx @@ -28,7 +28,13 @@ export class GoToRawAction extends React.PureComponent { if (this.props.actionType === 'dropdown') { return ( - + {descriptiveText} @@ -38,11 +44,13 @@ export class GoToRawAction extends React.PureComponent { return (