Commit ee1e959b authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #786 from mewtaylor/issue/gh-775

Fix GH-775: Fix gender input error alignment in IE11
parents 70188cfb 4909d509
......@@ -189,28 +189,3 @@
}
}
}
/* IE10 and IE11 fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.registration-step {
&.username-step,
&.demographics-step,
&.name-step,
&.phone-step,
&.organization-step,
&.address-step,
&.email-step {
.validation-message {
position: relative;
transform: none;
margin: inherit;
width: 100%;
height: inherit;
&:before {
display: none;
}
}
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment