diff --git a/scss/_items.scss b/scss/_items.scss index 628087399c..f00d5a9ef3 100644 --- a/scss/_items.scss +++ b/scss/_items.scss @@ -202,6 +202,7 @@ a.item-content { } .item-text-wrap .item, +.item-text-wrap .item-content, .item-text-wrap, .item-text-wrap h1, .item-text-wrap h2, @@ -218,7 +219,7 @@ a.item-content { .item-body h5, .item-body h6, .item-body p { - overflow: hidden; + overflow: visible; white-space: normal; } .item-complex.item-text-wrap, @@ -229,8 +230,8 @@ a.item-content { .item-complex.item-text-wrap h5, .item-complex.item-text-wrap h6, .item-complex.item-text-wrap p { - overflow: hidden; - white-space: nowrap; + overflow: visible; + white-space: normal; } diff --git a/test/html/cards.html b/test/html/cards.html index 14abdff263..d783011be9 100644 --- a/test/html/cards.html +++ b/test/html/cards.html @@ -15,7 +15,7 @@