How can I align the checkbox that is displayed misaligned in the Editor.
How can I align the checkbox that is displayed misaligned in the Editor.
Link to test case: http://live.datatables.net/takiripo/1/edit
Debugger code (debug.datatables.net):
Error messages shown: https://postimg.cc/cKJ8Z9zN
Description of problem: Checkbox disalign in Editor.
I still can't align the checkboxes in the editor with Bootstrap4.
This question has an accepted answers - jump to answer
Answers
align-items
seems to improve it - see here - compare the Status where this is applied to Start date where it isn't,Colin
Hi Colin
That is the solution that fixes my issue
Thanks to your answer I found more information about it.
https://developer.mozilla.org/es/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container
Hi,
Just a little update on this to say that I've committed a change for Editor to improve the alignment of the label and input elements, which will drop in Editor 2.0.6.
Regards,
Allan