align last column to the right

This commit is contained in:
2024-09-10 15:00:27 +02:00
parent 1c73268258
commit 540f5ee42c
2 changed files with 5 additions and 1 deletions

View File

@ -3188,6 +3188,10 @@ textarea:disabled:is(.dark *) {
border-end-end-radius: 0.5rem;
}
.\[\&_\:last-child\]\:text-right :last-child {
text-align: right;
}
.\[\&_a\]\:underline a {
text-decoration-line: underline;
}