Skip to content

Commit

Permalink
feat(Typography): add text-pre-wrap utility class (#11772)
Browse files Browse the repository at this point in the history
resolves #11761
  • Loading branch information
Shinigami committed Sep 29, 2020
1 parent 19afcd2 commit bf78f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/styles/settings/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ $utilities: map-deep-merge(
values: (
wrap: normal,
no-wrap: nowrap,
pre-wrap: pre-wrap,
)
),
"overflow-wrap": (
Expand Down

0 comments on commit bf78f62

Please sign in to comment.