From 1a5d09adcc1f76003806708c7cc722fe0b8472d4 Mon Sep 17 00:00:00 2001 From: tijsklaren Date: Sat, 14 Jan 2023 16:45:13 +0100 Subject: [PATCH] Let inputs fill space --- src/css/forms.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/forms.css b/src/css/forms.css index 9681589..228faf6 100644 --- a/src/css/forms.css +++ b/src/css/forms.css @@ -23,6 +23,8 @@ input, button, textarea, select, .button{ color: black; text-decoration: none; + width: 100%; + /* White background looks nice and distinct */ /* (at least when using the slightly off-white background-white as background for the overall page) */ background: white;