Is there a way to center the check box in the Editor DataTable

Is there a way to center the check box in the Editor DataTable

cgallantcgallant Posts: 1Questions: 1Answers: 0

In my Editor DataTable the first checkbox aligns to the top of the row. I have tried several CSS alignments but nothing works. Is it possible to align it to the center of the row.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,163Questions: 1Answers: 2,588
    Answer ✓

    Hi @cgallant ,

    vertical-align: middle;
    

    should do the trick. If not, could you link to a test case please.

    Cheers,

    Colin

This discussion has been closed.