fix: add white-space property

This commit is contained in:
Stevan Freeborn
2024-05-04 09:08:36 -05:00
parent 70cd210d5b
commit 2eb4cc90aa
+1
View File
@@ -35,6 +35,7 @@
& h3,
& .date,
& .lead {
white-space: nowrap;
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;