make primary button not wider than viewport

code_spécifique_watcha
Bruno Windels 4 years ago committed by Richard van der Hoff
parent c543bf87ec
commit f30c3a99be
  1. 1
      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;

Loading…
Cancel
Save