Merge pull request #5670 from artoscinote/ma_SCI_8694

Fix boostrap datepicker to work with new font [SCI-8694]
This commit is contained in:
artoscinote 2023-06-26 11:44:01 +02:00 committed by GitHub
commit 8bf8b9cc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@
margin: 0;
}
.datepicker tbody .day {
font-size: 13px;
}
.timepicker-picker {
padding: 0 60px;