Browse Source

make primary button not wider than viewport

Bruno Windels 3 years ago
parent
commit
f30c3a99be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      synapse/res/templates/sso.css

+ 1 - 0
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;