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

DNN Journal Word Wrap turn off/on #2225

Closed
2 of 9 tasks
thabaum opened this issue Aug 11, 2018 · 1 comment
Closed
2 of 9 tasks

DNN Journal Word Wrap turn off/on #2225

thabaum opened this issue Aug 11, 2018 · 1 comment

Comments

@thabaum
Copy link
Contributor

thabaum commented Aug 11, 2018

Description

I am reading half of a word and having to scroll to next line to finish reading it.

Steps to reproduce

Put a journal post long enough to make a word go to next line

Current result

half the word is on one line the other half is on the other

Expected result

Easier to read if you can see the entire word, otherwise you feel like your in elementary school learning how to read.

Affected version

  • 9.2
  • 9.1.1
  • 9.1
  • 9.0

Affected browser

  • Chrome
  • Firefox
  • Safari
  • Internet Explorer
  • Edge
@Tychodewaard
Copy link
Contributor

If you add to the css:

.journalitem .dnnClear {
word-break: initial;
}

It is fixed.
But I don't know if this is the right approach.

@valadas valadas added this to the 9.4.1 milestone Jul 27, 2019
@valadas valadas modified the milestones: 9.4.1, 9.4.2 Sep 26, 2019
@valadas valadas modified the milestones: 9.4.2, 9.4.3 Nov 5, 2019
@valadas valadas modified the milestones: 9.4.3, 9.5.0 Nov 21, 2019
@david-poindexter david-poindexter added this to Awaiting Triage in Issue Triage via automation Dec 30, 2019
@david-poindexter david-poindexter moved this from Awaiting Triage to Enhancements in Issue Triage Dec 30, 2019
Issue Triage automation moved this from Enhancements to Closed Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue Triage
  
Closed
Development

No branches or pull requests

4 participants