Limit width of datetime inputs. They are bigger than they need to be
parent
2241c88654
commit
6f5d51c45f
|
@ -997,3 +997,7 @@ button .material-icons {
|
|||
.tag-input + .tag-dropdown-content:active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input.hasDatepicker {
|
||||
max-width:140px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue