align header to right is failing
align header to right is failing
ferortiz
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.
This discussion has been closed.
Replies
I solved the problem. I put this in css
th:after {
margin-right:-15px;
}
Best regards