Skip to content

Commit

Permalink
fix(footer): Reduce unexpected width of footer links (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Aug 23, 2024
1 parent 576793a commit 31247d4
Show file tree
Hide file tree
Showing 6 changed files with 12,504 additions and 16,837 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable
- name: Install
run: yarn install
- name: Prettier
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/post-diff-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable

- name: Compute dist diff
id: dists
run: |
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"website:serve": "yarn workspace infima-website serve",
"website:deploy": "yarn workspace infima-website deploy",
"website:clear": "yarn workspace infima-website clear",
"lock:update": "yarn dedupe --mode=update-lockfile",
"postinstall": "yarn lock:update",
"prepare": "husky install"
},
"devDependencies": {
Expand All @@ -33,6 +31,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;
}
}
}
Loading

0 comments on commit 31247d4

Please sign in to comment.