Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default word-break styling on post comments #1704

Merged
merged 8 commits into from
Sep 15, 2019
Merged

Default word-break styling on post comments #1704

merged 8 commits into from
Sep 15, 2019

Conversation

trevdor
Copy link
Contributor

@trevdor trevdor commented Sep 13, 2019

To my eye, it appears word-break: break-all gives jarring word breaks at least for Latin alphabet languages. Removing it seems to smooth things over.
If the existing pseudo-justified text feel is desirable, I could add text-align: justify; (see last screenshot).

Current

break-all

Proposed change, as written

no word-break property

Proposed change + justified text

Screen Shot 2019-09-13 at 10 48 59 AM

dansup and others added 8 commits September 10, 2019 22:10
Update StatusHashtagService, fix count bug
Remove deprecated profile following/followers
Update FollowController, fix private account bug
Update ComposeModal and Profile components
Update DiscoverController, limit Loops to local only posts
@trwnh trwnh changed the base branch from dev to staging September 13, 2019 18:23
Copy link
Member

@trwnh trwnh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me; I would say it's fine as-is IMO

@trwnh trwnh requested a review from dansup September 13, 2019 18:25
@dansup dansup merged commit a791219 into pixelfed:staging Sep 15, 2019
@dansup dansup mentioned this pull request Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants