Be more specific with form formatting

Bug: T165928
Bug: T185193
Change-Id: Iedb5585554697796127895aa00c9b2f2c3216e17
isekai
Isarra 6 years ago
parent 133533a5dc
commit 01ab08e127

@ -1,9 +1,13 @@
@import 'variables.less';
input {
font-family: @fonts;
}
// Because weird special cases that get broken by this usually aren't forms?
form input {
margin: 0.5em 0;
padding: 0.34em;
font-family: @fonts;
}
.mw-input-with-label {

Loading…
Cancel
Save