Skip to content

Commit

Permalink
Merge pull request #4233 from alphagov/fix-sortable-table-header-issu…
Browse files Browse the repository at this point in the history
…e-on-mobile

Fix sortable table header issue on mobile
  • Loading branch information
jon-kirwan authored Sep 19, 2024
2 parents 9bc50f5 + 19d43dd commit 725b929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

* Remove unused cookies from cookie category ([PR #4234](https://github.com/alphagov/govuk_publishing_components/pull/4234))
* Allow custom name attribute on password input ([PR #4238](https://github.com/alphagov/govuk_publishing_components/pull/4238))
* Fix sortable table header issue on mobile ([PR #4233](https://github.com/alphagov/govuk_publishing_components/pull/4233))

## 43.2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $table-row-even-background-colour: govuk-colour("light-grey");
}

.app-table__sort-link {
display: inline-block;
position: relative;
padding-right: $sort-link-arrow-size;
color: $govuk-link-colour;
Expand Down

0 comments on commit 725b929

Please sign in to comment.