mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #5670 from artoscinote/ma_SCI_8694
Fix boostrap datepicker to work with new font [SCI-8694]
This commit is contained in:
commit
8bf8b9cc72
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.datepicker tbody .day {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.timepicker-picker {
|
.timepicker-picker {
|
||||||
padding: 0 60px;
|
padding: 0 60px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue