summary refs log tree commit diff
diff options
context:
space:
mode:
authorBruno Windels <brunow@element.io>2021-02-01 12:23:24 +0100
committerRichard van der Hoff <richard@matrix.org>2021-02-01 18:39:17 +0000
commitf30c3a99be38ded053c0c39066a4c7e8d0afd909 (patch)
treea5c5574b0dc66f4e9d6c612a99a6709f6ea3ecf3
parentCollect terms consent from the user during SSO registration (#9276) (diff)
downloadsynapse-f30c3a99be38ded053c0c39066a4c7e8d0afd909.tar.xz
make primary button not wider than viewport
-rw-r--r--synapse/res/templates/sso.css1
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;