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

Breaking long URLS to prevent overflow #6368

Merged
merged 2 commits into from
Apr 19, 2017
Merged

Breaking long URLS to prevent overflow #6368

merged 2 commits into from
Apr 19, 2017

Conversation

robertdown
Copy link
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
Copy link

CLAassistant commented Mar 15, 2017

CLA assistant check
All committers have signed the CLA.

@@ -258,6 +258,13 @@ input:focus {
border-radius: 6px;
padding: 5px;
float: left;
word-wrap: break-word;
word-break: break-word;
-ms-word-break: break-all;
Copy link
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
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
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
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
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