Skip to content

Breaking long URLS to prevent overflow#6368

Merged
engelgabriel merged 2 commits into
RocketChat:developfrom
robertdown:LiveChat-Links-Not-Wrapping-as-Expected-#6329
Apr 19, 2017
Merged

Breaking long URLS to prevent overflow#6368
engelgabriel merged 2 commits into
RocketChat:developfrom
robertdown:LiveChat-Links-Not-Wrapping-as-Expected-#6329

Conversation

@robertdown

Copy link
Copy Markdown
Contributor

Added CSS to handle long URL overflow

@RocketChat/core

Closes #6329

Updated box
screen shot 2017-03-15 at 19 47 25

Added CSS to handle long URL overflow
@CLAassistant

CLAassistant commented Mar 15, 2017

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

float: left;
word-wrap: break-word;
word-break: break-word;
-ms-word-break: break-all;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we don't need this. IE11 can handle word-break already.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@karlprieb can we enable the less autoprefixer again?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@karlprieb is this the only concern on this PR? if so, we can edit it to use only work-break and merge it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@sampaiodiego Of course :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Just to clarify, you want the -ms-word-break removed, correct?

@engelgabriel engelgabriel modified the milestone: 0.56.0 Apr 18, 2017
@engelgabriel engelgabriel merged commit 6ad9385 into RocketChat:develop Apr 19, 2017
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.

LiveChat Links Not Wrapping as Expected

6 participants