From 01ab08e127984d45c94c8ce9f0f85a6459c81ae1 Mon Sep 17 00:00:00 2001 From: Isarra Date: Fri, 16 Aug 2019 17:53:01 +0000 Subject: [PATCH] Be more specific with form formatting Bug: T165928 Bug: T185193 Change-Id: Iedb5585554697796127895aa00c9b2f2c3216e17 --- resources/forms.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/forms.less b/resources/forms.less index 261a7f4..eafed76 100644 --- a/resources/forms.less +++ b/resources/forms.less @@ -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 {