Skip to content

Commit

Permalink
fix(typography): enhanced typography styles for handling long words (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc authored Jul 28, 2023
1 parent 446aaa4 commit 9d2ba37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-vue/components/typography/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
.@{typography-prefix-cls} {
color: @typography-color-text;
line-height: @typography-paragraph-line-height;
white-space: normal;
overflow-wrap: anywhere;

// Title
h1&,
Expand Down

0 comments on commit 9d2ba37

Please sign in to comment.