mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Fix too small border in datetime picker (references #14)
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user