mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge pull request #1133 from christ0ph3r/master
Fix CSS unit. Change "e" to "em".
This commit is contained in:
commit
f9fbfac976
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ select {
|
|||
word-break: break-all;
|
||||
}
|
||||
#warningSign {
|
||||
margin: 1e, 0;
|
||||
margin: 1em, 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue