1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Merge pull request #1133 from christ0ph3r/master

Fix CSS unit.  Change "e" to "em".
This commit is contained in:
Raymond Hill 2015-12-29 09:45:25 -05:00
commit f9fbfac976

View File

@ -40,7 +40,7 @@ select {
word-break: break-all;
}
#warningSign {
margin: 1e, 0;
margin: 1em, 0;
opacity: 1;
pointer-events: none;
width: 100%;