Fix CSS unit. Change "e" to "em".

This commit is contained in:
Chris 2015-12-28 10:54:55 -08:00
parent 23be052f29
commit 1a557317a9

View file

@ -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%;