align last column to the right
This commit is contained in:
@ -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;
|
||||
}
|
||||
@ -3203,3 +3207,7 @@ textarea:disabled:is(.dark *) {
|
||||
.\[\&_h1\]\:mb-2 h1 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.\[\&_td\]\:last-of-type\:text-right:last-of-type td {
|
||||
text-align: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user