Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fixed word wrapping. #5728

Merged
merged 2 commits into from
Oct 28, 2013
Merged

Fixed word wrapping. #5728

merged 2 commits into from
Oct 28, 2013

Conversation

larz0
Copy link
Member

@larz0 larz0 commented Oct 28, 2013

This is for #5726.

screen shot 2013-10-28 at 11 22 27 am

@@ -40,14 +40,19 @@

a {
color: @link-color;
word-break: break-word;
Copy link
Contributor

Choose a reason for hiding this comment

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

@larz0 I think you mixed up with word-wrap. I don't see property value "break-word" for word-break property, but I do see it for word-wrap property. Anyway, your changes do work though. I just want to make sure that we have the correct properties applied.

@larz0
Copy link
Member Author

larz0 commented Oct 28, 2013

@RaymondLim I'm using break-all instead of break-word now. Word-break is a property we need for anchors.

@RaymondLim
Copy link
Contributor

Looks good. So taking it for sprint 33 since the fix is only for Quick Docs and I didn't see any side effects in my testing.

RaymondLim added a commit that referenced this pull request Oct 28, 2013
@RaymondLim RaymondLim merged commit 3ceb511 into master Oct 28, 2013
@RaymondLim RaymondLim deleted the larz/issue-5726 branch October 28, 2013 20:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants