Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit d7c368f

Browse files
authored
Fix code host tooltip issue (#27381)
1 parent 11447d5 commit d7c368f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

client/browser/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ All notable changes to Sourcegraph [Browser Extensions](./README.md) are documen
1313

1414
## Unreleased
1515

16+
- Fix omnibox opening in wrong tab [#issues/23475](https://github.com/sourcegraph/sourcegraph/issues/23475), [#pull/27525](https://github.com/sourcegraph/sourcegraph/pull/27525)
17+
- Fix excessive "all websites" permissions for Safari [#issues/23542](https://github.com/sourcegraph/sourcegraph/issues/23542), [#pull/26832](https://github.com/sourcegraph/sourcegraph/pull/26832)
18+
- Update private repository detection logic for Gitlab and Github [#issues/27382](https://github.com/sourcegraph/sourcegraph/issues/27382), [#pull/27779](https://github.com/sourcegraph/sourcegraph/pull/27779)
19+
- Fix open file diff bug for Sourcegraph URL with trailing slash [#26832](https://github.com/sourcegraph/sourcegraph/pull/28058)
20+
- Disable (temporarily) browser extension for private repositories when using Sourcegraph Cloud URL [#issues/28070](https://github.com/sourcegraph/sourcegraph/issues/28070), [#pull/28089](https://github.com/sourcegraph/sourcegraph/pull/28089)
21+
- Fix code host tooltip displaying issue [#issues/19560](https://github.com/sourcegraph/sourcegraph/issues/19560), [#pull/27381](https://github.com/sourcegraph/sourcegraph/pull/27381)
22+
1623
- Fix omnibox opening in wrong tab [#issues/23475](https://github.com/sourcegraph/sourcegraph/issues/23475), [#pull/27525](https://github.com/sourcegraph/sourcegraph/pull/27525)
1724
- Fix excessive "all websites" permissions for Safari [#issues/23542](https://github.com/sourcegraph/sourcegraph/issues/23542), [#pull/26832](https://github.com/sourcegraph/sourcegraph/pull/26832)
1825
- Update private repository detection logic for Gitlab and Github [#issues/27382](https://github.com/sourcegraph/sourcegraph/issues/27382), [#pull/27779](https://github.com/sourcegraph/sourcegraph/pull/27779)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.actions-nav-items {
2+
&__action-item {
3+
max-width: 10rem;
4+
text-overflow: ellipsis;
5+
}
6+
}

0 commit comments

Comments
 (0)