Skip to content

Commit

Permalink
fix(platform): fix break-all not work in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Apr 7, 2023
1 parent 84eef0b commit 32fd556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/platform/src/styles/components/detail-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

@include e(item-content) {
flex-grow: 1;
overflow: hidden;
word-break: break-all;
}
}

0 comments on commit 32fd556

Please sign in to comment.