mirror of https://github.com/gorhill/uBlock.git
this fixes #332
This commit is contained in:
parent
7fbff6c8fe
commit
b7819bbdc6
|
@ -787,6 +787,7 @@ var startPicker = function() {
|
||||||
'box-shadow: none;',
|
'box-shadow: none;',
|
||||||
'color: #000;',
|
'color: #000;',
|
||||||
'font: 12px sans-serif;',
|
'font: 12px sans-serif;',
|
||||||
|
'height: auto;',
|
||||||
'letter-spacing: normal;',
|
'letter-spacing: normal;',
|
||||||
'margin: 0;',
|
'margin: 0;',
|
||||||
'max-width: none;',
|
'max-width: none;',
|
||||||
|
@ -880,9 +881,9 @@ var startPicker = function() {
|
||||||
'border: 1px solid #ccc;',
|
'border: 1px solid #ccc;',
|
||||||
'padding: 2px;',
|
'padding: 2px;',
|
||||||
'box-sizing: border-box;',
|
'box-sizing: border-box;',
|
||||||
'width: 100%;',
|
'width: 100% !important;',
|
||||||
'height: 100%;',
|
'height: 100% !important;',
|
||||||
'overflow: hidden;',
|
'overflow: hidden !important;',
|
||||||
'resize: none;',
|
'resize: none;',
|
||||||
'background-color: white;',
|
'background-color: white;',
|
||||||
'font: 11px monospace;',
|
'font: 11px monospace;',
|
||||||
|
|
Loading…
Reference in New Issue