From f138948160dc34f52177a22864d3870dcdfc76d2 Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Fri, 13 Oct 2017 17:29:46 +0200 Subject: [PATCH] Submit button width should match form width --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 72d857f..c239ff5 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,10 @@ top: 17px; } +input[type="submit"] { + width: calc(100% - 10px) !important; +} + .msg { color: white; margin: 5px;