fix layout of sort icons

This commit is contained in:
Rachid Mrad 2024-08-29 18:23:41 -04:00
parent 9b422af635
commit c6d1c8a058
No known key found for this signature in database

View file

@ -84,4 +84,12 @@ th {
border-top: none;
}
}
@include at-media(tablet-lg) {
th[data-sortable]:not([aria-sort]) .usa-table__header__button {
right: auto;
}
}
}