-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
📝 Issue Description
In Talking and Doc'ing, HiDeoo discovered that the "On demand" and "Static" tags look weirdly wrapped when the screen width is between 720px and 748px (both inclusive).
Solution
Set the --column-min-width to 14rem in this line:
docs/src/components/NavGrid/Grid.astro
Line 15 in a42ce7e
| --column-min-width: 13rem; |
I tested that this change does not badly infect the backend, CMS, integrations, recipes, migration and media overviews.
📋 On which page(s) it occurs
https://docs.astro.build/en/guides/deploy/ (when #12735 is merged)
🤔 Expected Behavior
All tags should look clean on all screen sizes like that (screenshot after the value got changed to 14rem):
👀 Current Behavior
Currently the tags look like this on e.g. 720px (screenshot before the value got changed, the current value is 13rem):
🖥️ Browser
Zen Browsers
📄 Additional Information
Please label this issue as "good first issue" so people who want to contribute to the project can pick this issue up and create their first PR 🙌