Prevent clipping input text in Chrome (#14179)

mj-v1.14.3
Kyle D 3 years ago committed by GitHub
parent 1bf7d71a0a
commit 0f99edf123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -195,6 +195,7 @@
border-radius: 0;
padding: 5px 10px;
width: 50%;
line-height: 1.4;
}
.clone.button {
@ -1641,6 +1642,7 @@
border-radius: 0;
padding: 5px 10px;
font-size: 1.2em;
line-height: 1.4;
}
}
}

Loading…
Cancel
Save