mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-27 18:23:00 -04:00
Limit width of datetime inputs. They are bigger than they need to be
This commit is contained in:
@@ -997,3 +997,7 @@ button .material-icons {
|
||||
.tag-input + .tag-dropdown-content:active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input.hasDatepicker {
|
||||
max-width:140px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user