diff options
author | Bruno Windels <brunow@element.io> | 2021-02-01 12:23:24 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-02-01 18:39:17 +0000 |
commit | f30c3a99be38ded053c0c39066a4c7e8d0afd909 (patch) | |
tree | a5c5574b0dc66f4e9d6c612a99a6709f6ea3ecf3 | |
parent | Collect terms consent from the user during SSO registration (#9276) (diff) | |
download | synapse-f30c3a99be38ded053c0c39066a4c7e8d0afd909.tar.xz |
make primary button not wider than viewport
-rw-r--r-- | synapse/res/templates/sso.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |