Fix #740 -- Date picker: Fix line height for decade span (#761)

* Fix line height for decade span

* Move to own file
This commit is contained in:
Leonardo
2018-03-03 11:31:23 +01:00
committed by Raphael Michel
parent 3019a31fbb
commit d4dd1861a9
2 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
@import "../../select2/select2_bootstrap.scss";
@import "../../colorpicker/bootstrap-colorpicker.scss";
/* See https://github.com/pretix/pretix/pull/761 */
.bootstrap-datetimepicker-widget table td span {
line-height: 1.8em;
}
footer {
text-align: center;
padding: 10px 0;