From 6a63284c653db5542ad9774d23f3a277b3dd3b26 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 2 Jul 2020 22:50:09 +0200 Subject: [PATCH] Update input styles --- assets/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/styles.css b/assets/styles.css index 1b3fe59..eafa3cd 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -85,10 +85,12 @@ textarea { width: 100%; height: 128px; resize: vertical; + font-size: 0.9rem; } input[type="text"] { margin: 0 12px 12px 0; width: 45%; + font-size: 0.9rem; } input[type="radio"] { vertical-align: sub; @@ -233,4 +235,8 @@ a.proofUrl:hover { .profileDataItem--noLabel .profileDataItem__label { display: none; } + + input[type="text"] { + width: 100%; + } }