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

CorpusViewer: Break long urls #310

Merged
merged 2 commits into from
Jul 19, 2018

Conversation

nikicc
Copy link
Contributor

@nikicc nikicc commented Aug 28, 2017

Issue

Long URLs cause the horizontal scroll bar in CorpusViewer.

Description of changes

Break more.

Includes
  • Code changes
  • Tests
  • Documentation

@nikicc
Copy link
Contributor Author

nikicc commented Aug 28, 2017

@lanzagar this quick and dirty fix works for me.

@codecov-io
Copy link

codecov-io commented Aug 29, 2017

Codecov Report

Merging #310 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #310   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files          34       34           
  Lines        1825     1825           
  Branches      333      333           
=======================================
  Hits         1552     1552           
  Misses        238      238           
  Partials       35       35

-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}}
Copy link
Contributor

@kernc kernc Aug 29, 2017

Choose a reason for hiding this comment

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

This can be trimmed to three lines: overflow-wrap, word-wrap, word-break: break-all; hyphens.

@ajdapretnar
Copy link
Collaborator

Perhaps this is something we can update and merge?

@kernc kernc changed the title [WIP] CorpusViewer: Break long urls CorpusViewer: Break long urls Jul 19, 2018
@kernc
Copy link
Contributor

kernc commented Jul 19, 2018

Sure.

@kernc kernc merged commit 9d20f3f into biolab:master Jul 19, 2018
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.

5 participants