1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

#812: another textarea set to full width

This commit is contained in:
gorhill 2015-02-16 07:14:20 -05:00
parent eb02abbc54
commit 835e0a12a2

View File

@ -116,10 +116,11 @@ body[dir=rtl] #externalListsDiv {
margin: 2em 2em 0;
}
#externalLists {
box-sizing: border-box;
font-size: smaller;
width: 48em;
height: 8em;
height: 10em;
white-space: pre;
width: 100%;
}
body #busyOverlay {
position: fixed;