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:
parent
cda7b3948f
commit
2eba166883
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
.fake-textbox {
|
.fake-textbox {
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
text-overflow: ellipsis !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outer-wrapper.newtab-experience .search-wrapper .search-inner-wrapper {
|
.outer-wrapper.newtab-experience .search-wrapper .search-inner-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue