Fix bottom padding of inline flatpickr
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-25 22:17:21 +01:00
parent a60ef1c6df
commit 6834e30783
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
}
.flatpickr-calendar {
margin: 0 auto;
margin: 0 auto 8px;
box-shadow: none;
}
}