mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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;
|
||||
}
|
||||
}
|
||||
|
||||
/* Third party component customizations - Tempus Dominus */
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
width: auto !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user