Date field is only displaying partial numbers

  • webtomix
    Asked on October 14, 2019 at 2:44 PM

    I have been working on trying to get the date to show correctly. It is only displaying a partial numbers. This is an issue. Can someone look at it please?

  • Vanessa_T
    Replied on October 14, 2019 at 3:11 PM

    This is due to the custom CSS that limits the date field's width.

    1571080090Screen Shot 2019 10 15 at 3 Screenshot 10

    Please replace the custom CSS above and use the Custom CSS below instead to also adjust the padding to accommodate the change in width.

    [data-type="control_datetime"] input {

        width : 44px;

        padding: 0px !important;

    }