### Describe the bug The width of custom badges is very wide, producing a lot of wasted whitespace, especially the longer the generated content is. Example: https://main.npmx.dev/api/registry/badge/engines/vitest <img width="270" height="20" alt="Image" src="https://github.com/user-attachments/assets/f5f3895f-52ba-4a04-9a5e-637c2c740ef2" /> ### Additional context When I run `pnpm dev` locally and go to http://localhost:3000/api/registry/badge/engines/vitest it looks like I would expect it. ### Logs ```shell-script ```
Describe the bug
The width of custom badges is very wide, producing a lot of wasted whitespace, especially the longer the generated content is.
Example: https://main.npmx.dev/api/registry/badge/engines/vitest
Additional context
When I run
pnpm devlocally and go to http://localhost:3000/api/registry/badge/engines/vitest it looks like I would expect it.Logs