Skip to content

Commit

Permalink
Merge pull request #4488 from alphagov/pfc-share-links-tweak
Browse files Browse the repository at this point in the history
Remove min-width from share links flexbox variant list-items
  • Loading branch information
KludgeKML authored Dec 10, 2024
2 parents 364e6bb + c53cdde commit 56040ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Remove min-width from share links flexbox variant list-items ([PR #4488](https://github.com/alphagov/govuk_publishing_components/pull/4488))
* Add search autocomplete to layout super navigation header ([PR #4451](https://github.com/alphagov/govuk_publishing_components/pull/4451))
* Use component wrapper on reorderable list component ([PR #4474](https://github.com/alphagov/govuk_publishing_components/pull/4474))
* Use "button" button type for copy to clipboard component ([PR #4480](https://github.com/alphagov/govuk_publishing_components/pull/4480))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ $column-width: 9.5em;
.gem-c-share-links__list-item {
padding-left: 0;
padding-right: 0;
min-width: 180px;

@include govuk-media-query($until: tablet) {
min-width: 100%;
}
}

.gem-c-share-links__link-icon {
Expand Down

0 comments on commit 56040ed

Please sign in to comment.