We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a575175 commit cf5d4c1Copy full SHA for cf5d4c1
2 files changed
frontend/packages/volto-light-theme/news/894.bugfix
@@ -0,0 +1 @@
1
+Fix grid Teaser title overflows @iRohitSingh
frontend/packages/volto-light-theme/src/theme/card.scss
@@ -62,6 +62,7 @@
62
.title {
63
margin-top: 0;
64
margin-bottom: $spacing-small !important; // Override margin from volto
65
+ overflow-wrap: anywhere;
66
@include text-heading-h2();
67
68
@container (max-width: #{$largest-mobile-screen}) {
0 commit comments