mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Fix CSS unit. Change "e" to "em".
This commit is contained in:
parent
23be052f29
commit
1a557317a9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ select {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
#warningSign {
|
#warningSign {
|
||||||
margin: 1e, 0;
|
margin: 1em, 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue