Issue #255 purchase confirmation dialog css fix #399

Merged
akinwale merged 2 commits from issue255-css into master 2017-07-29 19:00:08 +02:00
akinwale commented 2017-07-28 22:37:54 +02:00 (Migrated from github.com)

@kauffj word-break: break-word is Webkit-specific which gracefully handles long overflowing text and doesn't split regular words in the middle like break-all does. You can refer to https://miketaylr.com/posts/2014/01/word-break-break-word.html for more details about this property.

@kauffj `word-break: break-word` is Webkit-specific which gracefully handles long overflowing text and doesn't split regular words in the middle like `break-all` does. You can refer to https://miketaylr.com/posts/2014/01/word-break-break-word.html for more details about this property.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#399
No description provided.