diff --git a/CHANGELOG.md b/CHANGELOG.md index e238b6367a..511caa5049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_table.scss b/app/assets/stylesheets/govuk_publishing_components/components/_table.scss index e5f1b5babc..e9e4d5b2fd 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_table.scss @@ -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;