mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Prevent spurious wrapping of text in logger's expression picker
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/351
This commit is contained in:
parent
e2d1f50dd8
commit
f1567ee272
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ textarea {
|
|||
cursor: pointer;
|
||||
margin: 0 0.5em 0 0;
|
||||
padding: 0.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#netInspector #filterExprPicker span[data-filtex]:last-of-type {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue