We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2361e commit 3e0ed1eCopy full SHA for 3e0ed1e
2 files changed
src/app/shared/carousel/carousel.component.html
@@ -29,7 +29,7 @@
29
</ng-template>
30
<div class="carousel-caption" *ngIf="item.indexableObject.metadata">
31
<div class="carousel-caption-inner">
32
- <h1 data-test="carouselObjTitle" [class]="carouselOptions.titleStyle" class="h3"
+ <h1 data-test="carouselObjTitle" [class]="carouselOptions.titleStyle" class="h3 break-all"
33
*ngIf="item.indexableObject.metadata[title]">
34
{{ item.indexableObject.metadata[title][0].value }}</h1>
35
<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