align header to right is failing

align header to right is failing

ferortizferortiz Posts: 2Questions: 0Answers: 0

Hello !

I'm try to aling a head cell to right. But when i do this, the ordering arrows overlapping with text. I put padding and margin but this also affect to the arrows.

Any idea for this problem ?

Thanks.

Replies

  • ferortizferortiz Posts: 2Questions: 0Answers: 0

    I solved the problem. I put this in css
    th:after {
    margin-right:-15px;
    }

    Best regards

This discussion has been closed.