Commit 25b08b0
authored
Fix layout-gap-x utility class (#1533)
Correct the composition of the `layout-gap-x` utility class to ensure
proper gap spacing on all screen sizes larger than the `sm` breakpoint,
addressing an issue observed in the `Card` component of
`grunnmuren-react`:
<img width="1559" height="600" alt="Screenshot 2025-11-20 at 10 31 58"
src="https://github.com/user-attachments/assets/031092db-a7ec-4592-ad03-b50dd73fa11a"
/>
With this fix:
<img width="1324" height="450" alt="Screenshot 2025-11-20 at 10 32 09"
src="https://github.com/user-attachments/assets/5c583c71-8f93-4e06-ac2b-d972d6b7c1a4"
/>1 parent b1b752c commit 25b08b0
File tree
2 files changed
+7
-1
lines changed- .changeset
- packages/tailwind
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments