Skip to content

Commit 7a0e3a0

Browse files
authored
Fix broken tests (#3425)
* Fix broken tests * Fix tap targets
1 parent e2fd9d2 commit 7a0e3a0

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"first-cpu-idle": "off",
1212
"first-meaningful-paint": "off",
1313
"font-display": "off",
14+
"th-has-data-cells": "off",
1415
"inspector-issues": "off",
1516
"installable-manifest": "off",
1617
"interactive": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"first-cpu-idle": "off",
1414
"first-meaningful-paint": "off",
1515
"font-display": "off",
16+
"th-has-data-cells": "off",
1617
"inspector-issues": "off",
1718
"installable-manifest": "off",
1819
"interactive": "off",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 📕 Web Almanac
22

3-
[![Production Checks GitHub Action](https://github.com/HTTPArchive/almanac.httparchive.org/workflows/Production%20Checks/badge.svg)](https://github.com/HTTPArchive/almanac.httparchive.org/actions?query=workflow%3A%22Production+Checks%22) [![Test Website GitHub Action](https://github.com/HTTPArchive/almanac.httparchive.org/workflows/Test%20Website/badge.svg?branch=main)](https://github.com/HTTPArchive/almanac.httparchive.org/actions?query=workflow%3A%22Test+Website%22) [![Security Headers Rating](https://img.shields.io/security-headers?url=https%3A%2F%2Falmanac.httparchive.org%2Fen%2F2019%2F)](https://securityheaders.com/?q=https%3A%2F%2Falmanac.httparchive.org%2Fen%2F2019%2F&followRedirects=on) [![TLS Observatory](https://img.shields.io/mozilla-observatory/grade-score/almanac.httparchive.org?publish)](https://observatory.mozilla.org/analyze/almanac.httparchive.org)
3+
[![Production Checks GitHub Action](https://github.com/HTTPArchive/almanac.httparchive.org/workflows/Production%20Checks/badge.svg)](https://github.com/HTTPArchive/almanac.httparchive.org/actions?query=workflow%3A%22Production+Checks%22) [![Test Website GitHub Action](https://github.com/HTTPArchive/almanac.httparchive.org/workflows/Test%20Website/badge.svg?branch=main)](https://github.com/HTTPArchive/almanac.httparchive.org/actions?query=workflow%3A%22Test+Website%22) [![TLS Observatory](https://img.shields.io/mozilla-observatory/grade-score/almanac.httparchive.org?publish)](https://observatory.mozilla.org/analyze/almanac.httparchive.org)
44

5-
[![2022 Content Planning](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/20)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/20) [![2022 Analysis Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/21)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/21) [![2022 Content Writing Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/22)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/22) [![2022 Launch!](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/23)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/23) [![2021 Content Translation Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/19)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/19)
5+
[![2022 Content Planning](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/20)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/20) [![2022 Analysis Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/21)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/21) [![2022 Content Writing Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/22)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/22) [![2022 Launch!](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/23)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/23) [![Content Translation Milestone](https://img.shields.io/github/milestones/progress/HttpArchive/almanac.httparchive.org/19)](https://github.com/HTTPArchive/almanac.httparchive.org/milestone/19)
66

77
[![Open Dev Pull Requests](https://img.shields.io/github/issues-pr/HTTPArchive/almanac.httparchive.org/development)](https://github.com/HTTPArchive/almanac.httparchive.org/pulls?q=is%3Apr+is%3Aopen+label%3Adevelopment) [![Open Analysis Pull Requests](https://img.shields.io/github/issues-pr/HTTPArchive/almanac.httparchive.org/analysis)](https://github.com/HTTPArchive/almanac.httparchive.org/pulls?q=is%3Apr+is%3Aopen+label%3Aanalysis) [![Open Translation Pull Requests](https://img.shields.io/github/issues-pr/HTTPArchive/almanac.httparchive.org/translation)](https://github.com/HTTPArchive/almanac.httparchive.org/pulls?q=is%3Apr+is%3Aopen+label%3Atranslation) [![Open Writing Pull Requests](https://img.shields.io/github/issues-pr/HTTPArchive/almanac.httparchive.org/writing)](https://github.com/HTTPArchive/almanac.httparchive.org/pulls?q=is%3Apr+is%3Aopen+label%3Awriting)
88

src/templates/base/contributors.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
border-radius: 15px;
100100
box-shadow: 0 0 16px 0 rgba(78, 85, 100, 0.2);
101101
padding: 24px 24px;
102-
width: 230px;
102+
width: 250px;
103+
min-width: 250px;
103104
margin: 10px;
104105
}
105106

0 commit comments

Comments
 (0)