tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9af25d1bae1108e5262fe79208598f6364592cf9
parent 955c0f3627c851e7a8002e8b9fe5d6a22f55ddfa
Author: Jeremy Swinarton <jswinarton@mozilla.com>
Date:   Tue,  6 Jan 2026 16:48:24 +0000

Bug 2000066: Disable tab note truncation in tab hover preview r=dwalker,desktop-theme-reviewers,tabbrowser-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D277920

Diffstat:
Mbrowser/themes/shared/tabbrowser/tab-hover-preview.css | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/browser/themes/shared/tabbrowser/tab-hover-preview.css b/browser/themes/shared/tabbrowser/tab-hover-preview.css @@ -58,10 +58,6 @@ .tab-note-text-container:not(:empty) { margin: 0 var(--space-large) var(--space-large); - overflow: hidden; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 10; } .tab-preview-add-note {