From 7db6255143b10c7ea03adab502e231271ddf8d8f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 21 Jul 2018 19:16:41 +0200 Subject: [PATCH] Improve input fields --- static/nryg.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/nryg.less b/static/nryg.less index 6e72b338..e1ed6ce6 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -35,6 +35,7 @@ input[type="text"], input[type="password"] { margin: 1px; font-size: medium; font-family: sans-serif; + width: 100%; } textarea {