We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5887e + 3e0ed1e commit 84c9f8cCopy full SHA for 84c9f8c
2 files changed
src/app/shared/carousel/carousel.component.html
@@ -30,7 +30,7 @@
30
}
31
<div class="carousel-caption" *ngIf="item.indexableObject.metadata">
32
<div class="carousel-caption-inner">
33
- <h1 data-test="carouselObjTitle" [class]="carouselOptions.titleStyle" class="h3"
+ <h1 data-test="carouselObjTitle" [class]="carouselOptions.titleStyle" class="h3 break-all"
34
*ngIf="item.indexableObject.metadata[title]">
35
{{ item.indexableObject.metadata[title][0].value }}</h1>
36
<div data-test="carouselObjDesc" class="carousel-caption-text pr-3 pl-2"
src/app/shared/carousel/carousel.component.scss
@@ -105,4 +105,8 @@
105
border-bottom-left-radius: 0.25rem;
106
107
108
+ .break-all {
109
+ word-break: break-all;
110
+ }
111
+
112
0 commit comments