Merge pull request #277 from nextcloud/fix-registration-button-2

Fix submit button
This commit is contained in:
Joas Schilling 2021-03-22 13:07:16 +01:00 committed by GitHub
commit d568233690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
input[type="submit"] {
width: calc(100% - 10px) !important;
white-space: normal;
}
.msg {