Limit width of datetime inputs. They are bigger than they need to be

pull/3894/head
Isaac Connor 2024-03-24 11:50:02 -04:00
parent 2241c88654
commit 6f5d51c45f
1 changed files with 4 additions and 0 deletions

View File

@ -997,3 +997,7 @@ button .material-icons {
.tag-input + .tag-dropdown-content:active {
display: block;
}
input.hasDatepicker {
max-width:140px;
}