This commit is contained in:
Rachid Mrad 2024-08-29 18:31:39 -04:00
parent c6d1c8a058
commit 87bde33ca2
No known key found for this signature in database

View file

@ -44,10 +44,6 @@ th {
.dotgov-table { .dotgov-table {
width: 100%; width: 100%;
th[data-sortable]:not([aria-sort]) .usa-table__header__button {
right: 10px;
}
tbody th { tbody th {
word-break: break-word; word-break: break-word;
} }
@ -86,10 +82,8 @@ th {
} }
@include at-media(tablet-lg) { @include at-media(tablet-lg) {
th[data-sortable]:not([aria-sort]) .usa-table__header__button { th[data-sortable]:not([aria-sort]) .usa-table__header__button {
right: auto; right: auto;
} }
} }
} }