Update Proton-NewTab.css

add ellipsis to text to prevent it from overflowing on the new tab page search bar
This commit is contained in:
bmFtZQ 2021-08-02 19:07:02 +08:00 committed by GitHub
parent cda7b3948f
commit 2eba166883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {