#4808 procedure closing date starts now at midnight instead of 00h00 in the morning

This commit is contained in:
maatinito 2020-02-28 16:49:31 -10:00 committed by clemkeirua
parent cc3213a0b9
commit 9b9eeb7476
3 changed files with 15 additions and 6 deletions

View file

@ -52,6 +52,10 @@
p {
margin-bottom: $default-spacer;
}
input[type='date'] {
display: inline;
}
}
.editable-champ {