mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 19:36:16 +02:00
Fix too small border in datetime picker (references #14)
This commit is contained in:
parent
bc3d339d9c
commit
5d762001c8
|
|
@ -156,3 +156,8 @@ td {
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Third party component customizations - Tempus Dominus */
|
||||||
|
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user