Skip to content

Commit 7628c37

Browse files
authored
Merge pull request creativecommons#833 from MohdMuslim92/bugfix/text-wrapping-smallscreens
Fix: prevent text overflow in card titles on smaller screens
2 parents 0a65909 + 48e8cdc commit 7628c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack/sass/project-ideas.scss

+4
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@
9292
}
9393
}
9494
}
95+
96+
.card-title {
97+
word-wrap: break-word;
98+
}

0 commit comments

Comments
 (0)