1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 08:09:38 +02: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:
Raymond Hill 2018-12-23 09:18:37 -05:00
parent e2d1f50dd8
commit f1567ee272
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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