floating-findbar: Don't let labels wrap in findbar
This commit is contained in:
parent
b393f711a8
commit
505d247b8f
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ findbar{
|
||||||
background: none !important;
|
background: none !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-container > .findbar-find-fast{
|
.findbar-container > .findbar-find-fast{
|
||||||
|
@ -41,6 +42,7 @@ findbar > .findbar-container{
|
||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
height: initial !important;
|
height: initial !important;
|
||||||
margin-inline: 0px !important;
|
margin-inline: 0px !important;
|
||||||
|
overflow-inline: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-find-status{
|
.findbar-find-status{
|
||||||
|
|
Loading…
Reference in a new issue