From 63c13d7e635582399ed3714161ad84e279a9235d Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 30 Jun 2021 01:12:40 +0200 Subject: [PATCH] Survey and register/login button should be the same width (fix #84) --- frontend/src/components/Input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Input.css b/frontend/src/components/Input.css index 4f4109e..4e6dfdf 100644 --- a/frontend/src/components/Input.css +++ b/frontend/src/components/Input.css @@ -1,5 +1,5 @@ form { - max-width: 60%; + width: 60%; } .input-field {