mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
content of doc boundary rows must be able to wrap
This commit is contained in:
parent
35ee4ed3f6
commit
3f722542a0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user