Skip to content

Commit da41f18

Browse files
docs: prevent plugin icons shrinking (#789)
Closes #751 ### Change Description **Table Header Update**: Introduce content for a table header row, which now enforces a minimum width for the columns, preventing icons from shrinking on smaller screens. --------- Co-authored-by: Matěj Chalk <[email protected]>
1 parent 2d12507 commit da41f18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ _We want to change that!_
4545

4646
### 🔌 Officially supported plugins
4747

48-
| | | |
49-
| -------------------------------------------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------- |
50-
| <img width="50" src="docs/images/plugin-eslint.icon.png"> | [ESLint](./packages/plugin-eslint#readme) | Static analysis using **ESLint** rules. |
51-
| <img width="50" src="docs/images/plugin-coverage.icon.png"> | [Code Coverage](./packages/plugin-coverage#readme) | Collects code **coverage** from your tests. |
52-
| <img width="50" src="docs/images/plugin-js-packages.icon.png"> | [JS Packages](./packages/plugin-js-packages#readme) | Checks 3rd party packages for known **vulnerabilities** and **outdated** versions. |
53-
| <img width="50" src="docs/images/plugin-lighthouse.icon.png"> | [Lighthouse](./packages/plugin-lighthouse#readme) | Measures web performance and best practices with **Lighthouse**. |
48+
| Icon | Name | Description |
49+
| :------------------------------------------------------------: | :-------------------------------------------------- | :--------------------------------------------------------------------------------- |
50+
| <img width="24" src="docs/images/plugin-eslint.icon.png"> | [ESLint](./packages/plugin-eslint#readme) | Static analysis using **ESLint** rules. |
51+
| <img width="24" src="docs/images/plugin-coverage.icon.png"> | [Code Coverage](./packages/plugin-coverage#readme) | Collects code **coverage** from your tests. |
52+
| <img width="24" src="docs/images/plugin-js-packages.icon.png"> | [JS Packages](./packages/plugin-js-packages#readme) | Checks 3rd party packages for known **vulnerabilities** and **outdated** versions. |
53+
| <img width="24" src="docs/images/plugin-lighthouse.icon.png"> | [Lighthouse](./packages/plugin-lighthouse#readme) | Measures web performance and best practices with **Lighthouse**. |
5454

5555
---
5656

0 commit comments

Comments
 (0)