From 2c66f9d9efae8faf67c16b676d001a241c4e9d31 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 14 Jul 2022 08:25:46 -0400 Subject: [PATCH] Make the text on new plans page content benefit have a hyphen on word break for small screen GitOrigin-RevId: 6a2cae2cfabc60d112a31cebf6263730f962224d --- services/web/frontend/stylesheets/app/plans-v2.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/plans-v2.less b/services/web/frontend/stylesheets/app/plans-v2.less index e18a6ba458..d820d3fe71 100644 --- a/services/web/frontend/stylesheets/app/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans-v2.less @@ -849,6 +849,7 @@ ul.plans-v2-table-th-content-benefit { font-size: @font-size-small; font-family: @font-family-sans-serif; line-height: 23px; + hyphens: auto; } ul.plans-v2-table-th-content-benefit {