From 2eba1668834cbe1153e5884dbff0709efc0e0fcc Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Mon, 2 Aug 2021 19:07:02 +0800 Subject: [PATCH] Update Proton-NewTab.css add ellipsis to text to prevent it from overflowing on the new tab page search bar --- chrome/userContent/Proton-NewTab.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/userContent/Proton-NewTab.css b/chrome/userContent/Proton-NewTab.css index 33f8d47..61a7bf1 100644 --- a/chrome/userContent/Proton-NewTab.css +++ b/chrome/userContent/Proton-NewTab.css @@ -50,6 +50,8 @@ .fake-textbox { white-space: nowrap !important; + overflow: hidden !important; + text-overflow: ellipsis !important; } .outer-wrapper.newtab-experience .search-wrapper .search-inner-wrapper {