Claro datetime range min-width is causing "empty" fields (containing dd/mm/yyyy placeholder) to be wider than filled fields. See image.
Added this.
max-width: 11rem; /* Prevent empty input to be wider than filled input. */
See patch for details.
Claro datetime range min-width is causing "empty" fields (containing dd/mm/yyyy placeholder) to be wider than filled fields. See image.
Added this.
max-width: 11rem; /* Prevent empty input to be wider than filled input. */
See patch for details.