Commit 534e210
committed
Fix text visibility on mobile
Ensure the campaign description text remains visible when the campaign card is in a reduced or mobile view by removing the `line-clamp-2` class from the `text-slate-600 mt-1 text-sm leading-relaxed line-clamp-2` class in `src/components/CampaignCard.tsx`.1 parent 36e76f0 commit 534e210
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
| |||
0 commit comments