Skip to content
Snippets Groups Projects
Commit 822ab44e authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu Committed by Joe Van Boxtel
Browse files

ROENROLL-1501 disable input auto zoom iOS

parent eff90da5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,15 @@ body {
margin: 0px;
}
// Disables the input zoom on iOS
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select,
textarea,
input {
font-size: 16px !important;
}
}
.text-right {
text-align: right;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment