Merge pull request #277 from nextcloud/fix-registration-button-2
Fix submit button
This commit is contained in:
commit
d568233690
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
width: calc(100% - 10px) !important;
|
width: calc(100% - 10px) !important;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msg {
|
.msg {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue