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

This commit is contained in:
Isaac Connor
2024-03-24 11:50:02 -04:00
parent 2241c88654
commit 6f5d51c45f

View File

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