Fix submit button
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
parent
b2eb0aa78a
commit
f2df394f63
|
|
@ -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