Skip to content

Commit cf5d4c1

Browse files
authored
Fix grid Teaser title overflows (#894)
1 parent a575175 commit cf5d4c1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix grid Teaser title overflows @iRohitSingh

frontend/packages/volto-light-theme/src/theme/card.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
.title {
6363
margin-top: 0;
6464
margin-bottom: $spacing-small !important; // Override margin from volto
65+
overflow-wrap: anywhere;
6566
@include text-heading-h2();
6667

6768
@container (max-width: #{$largest-mobile-screen}) {

0 commit comments

Comments
 (0)