Skip to content

Commit 95613fc

Browse files
committed
Plans: Balance text wrap to avoid widows
1 parent 635ba43 commit 95613fc

File tree

1 file changed

+2
-0
lines changed
  • packages/plans-grid-next/src/components/features-grid

1 file changed

+2
-0
lines changed

packages/plans-grid-next/src/components/features-grid/style.scss

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
line-height: 16px;
223223
padding-bottom: 8px;
224224
min-height: 50px;
225+
text-wrap: balance;
225226
}
226227
}
227228

@@ -349,6 +350,7 @@
349350
font-weight: 400;
350351
line-height: 20px;
351352
overflow-wrap: break-word;
353+
text-wrap: balance;
352354
margin: 0;
353355
flex: 1 0 0;
354356
width: 100%;

0 commit comments

Comments
 (0)