mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
compensate for negative text indent
This commit is contained in:
parent
04a5786c41
commit
3e538a936c
@ -40,7 +40,7 @@ body[dir=rtl] #lists {
|
||||
li.listEntry {
|
||||
font-size: 14px;
|
||||
margin: 0 auto 0 auto;
|
||||
margin-left: 1em;
|
||||
margin-left: 3em;
|
||||
margin-right: 0em;
|
||||
text-indent: -2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user