Open jrichview opened 5 years ago
Not a datetimepicker issue but a Bootstrap one, you are missing the form-control class on the input: fiddle Bootstrap docs
I did indeed. I think I was experimenting with not using that because it applies display:block when I really wanted inline-block.
At any rate, I also found that applying the class "flex-nowrap" to the form group works.
This is an example of a control I have inside a TD. Depending on screen size the calendar button will wrap to underneath the text input. Looks pretty jank. I have tried setting white-space to nowrap but it had no effect.