Skip to content

Commit

Permalink
Reduce unexpected width of footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 23, 2024
1 parent 576793a commit 77a763f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4"
},
"packageManager": "[email protected]"
}
}
1 change: 1 addition & 0 deletions packages/core/styles/components/footer.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

&__link-item {
display: block;
width: max-content;
}
}
}

0 comments on commit 77a763f

Please sign in to comment.