From f30c3a99be38ded053c0c39066a4c7e8d0afd909 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 1 Feb 2021 12:23:24 +0100 Subject: make primary button not wider than viewport --- synapse/res/templates/sso.css | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse/res') diff --git a/synapse/res/templates/sso.css b/synapse/res/templates/sso.css index 428ee917b3..46b309ea4e 100644 --- a/synapse/res/templates/sso.css +++ b/synapse/res/templates/sso.css @@ -55,6 +55,7 @@ main { display: block; border-radius: 12px; width: 100%; + box-sizing: border-box; margin: 16px 0; cursor: pointer; text-align: center; -- cgit 1.4.1