Submit button width should match form width

This commit is contained in:
Leon Klingele 2017-10-13 17:29:46 +02:00
parent 47f789b8d3
commit f138948160
No known key found for this signature in database
GPG Key ID: 3E8EC5542D0D1913
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
top: 17px;
}
input[type="submit"] {
width: calc(100% - 10px) !important;
}
.msg {
color: white;
margin: 5px;