Skip to content

Commit

Permalink
docs: prevent plugin icons shrinking (#789)
Browse files Browse the repository at this point in the history
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 <34691111+matejchalk@users.noreply.github.com>
  • Loading branch information
hanna-skryl and matejchalk authored Aug 14, 2024
1 parent 2d12507 commit da41f18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ _We want to change that!_

### 🔌 Officially supported plugins

| | | |
| -------------------------------------------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------- |
| <img width="50" src="docs/images/plugin-eslint.icon.png"> | [ESLint](./packages/plugin-eslint#readme) | Static analysis using **ESLint** rules. |
| <img width="50" src="docs/images/plugin-coverage.icon.png"> | [Code Coverage](./packages/plugin-coverage#readme) | Collects code **coverage** from your tests. |
| <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. |
| <img width="50" src="docs/images/plugin-lighthouse.icon.png"> | [Lighthouse](./packages/plugin-lighthouse#readme) | Measures web performance and best practices with **Lighthouse**. |
| Icon | Name | Description |
| :------------------------------------------------------------: | :-------------------------------------------------- | :--------------------------------------------------------------------------------- |
| <img width="24" src="docs/images/plugin-eslint.icon.png"> | [ESLint](./packages/plugin-eslint#readme) | Static analysis using **ESLint** rules. |
| <img width="24" src="docs/images/plugin-coverage.icon.png"> | [Code Coverage](./packages/plugin-coverage#readme) | Collects code **coverage** from your tests. |
| <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. |
| <img width="24" src="docs/images/plugin-lighthouse.icon.png"> | [Lighthouse](./packages/plugin-lighthouse#readme) | Measures web performance and best practices with **Lighthouse**. |

---

Expand Down

0 comments on commit da41f18

Please sign in to comment.