From 505d247b8f52510a90837d17f663d5f74d8ba572 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 22 Mar 2023 07:03:47 +0200 Subject: [PATCH] floating-findbar: Don't let labels wrap in findbar --- chrome/floating_findbar_on_top.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/floating_findbar_on_top.css b/chrome/floating_findbar_on_top.css index 0135f37..c3e04a4 100644 --- a/chrome/floating_findbar_on_top.css +++ b/chrome/floating_findbar_on_top.css @@ -19,6 +19,7 @@ findbar{ background: none !important; pointer-events: none; z-index: 1; + white-space: nowrap; } .findbar-container > .findbar-find-fast{ @@ -41,6 +42,7 @@ findbar > .findbar-container{ border-right-width: 1px; height: initial !important; margin-inline: 0px !important; + overflow-inline: visible !important; } .findbar-find-status{