1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

content of doc boundary rows must be able to wrap

This commit is contained in:
gorhill 2015-04-25 11:24:57 -04:00
parent 35ee4ed3f6
commit 3f722542a0

View File

@ -62,6 +62,9 @@ input:focus {
}
#content table tr.docBoundary > td:first-child {
padding: 1em 0;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
#content table tr.blocked {
background-color: rgba(192, 0, 0, 0.1);