Submit button width should match form width
This commit is contained in:
parent
47f789b8d3
commit
f138948160
|
|
@ -14,6 +14,10 @@
|
|||
top: 17px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
width: calc(100% - 10px) !important;
|
||||
}
|
||||
|
||||
.msg {
|
||||
color: white;
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue