Skip to content

Commit f37351f

Browse files
authored
fix(catalog-tile): titles over-run boundary for long names w/o breaks
1 parent bd32ade commit f37351f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/module/sass/react-catalog-view-extension/_catalog-tile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
font-size: 16px;
2525
font-weight: 400;
2626
padding-bottom: 16px;
27+
overflow-wrap: break-word;
2728

2829
.catalog-tile-pf-title {
2930
font-size: 15px;

0 commit comments

Comments
 (0)