Skip to content

Commit a0b59e7

Browse files
committed
Fix testimonials missing truncate functionality
1 parent 6e8520a commit a0b59e7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

website/modules/asset/ui/src/scss/_testimonials.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,9 @@
7070
height: 240px;
7171
}
7272
.sf-person__content {
73-
@include truncate-lines(7);
74-
@include breakpoint-medium {
75-
@include truncate-lines(8);
76-
@include font-settings(14px, 150%, 400);
77-
color: $gray-500;
78-
}
73+
@include truncate-lines(7);
74+
@include font-settings(14px, 150%, 400);
75+
color: $gray-500;
7976
}
8077
}
8178
}

0 commit comments

Comments
 (0)