Currently in my Angular project, I have integrated the timepicker widget from ngx-bootstrap.
When the timepicker is implemented outside of a table, it appears perfectly normal:
https://i.sstatic.net/3Huqx.png
However, when placing the timepicker inside a table
element, it unexpectedly appears unsightly:
https://i.sstatic.net/5Vfwj.png
No custom CSS has been applied to this implementation.