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

Fix break line formatting for vote description #501

Closed
john-light opened this issue Dec 1, 2018 · 3 comments
Closed

Fix break line formatting for vote description #501

john-light opened this issue Dec 1, 2018 · 3 comments

Comments

@john-light
Copy link
Contributor

When a word is too long for a line, the word is cut off (e.g. "Gove-rnance" seen in the screenshot below). Words should be pushed to the next text line if they are too long for the current line.

screenshot_2018-12-01 aragon 1

@sohkai
Copy link
Contributor

sohkai commented Dec 10, 2018

This seems to potentially be a browser or OS-level thing; both Chrome and Firefox on macOS has the correct word split here (we're actually telling it to split with a - if possible already).

It may be related to the user dictionaries that the browser uses to do the word splits.

@sohkai sohkai changed the title Fix formatting for vote description Fix break line formatting for vote description Feb 4, 2019
@john-light
Copy link
Contributor Author

I'll note here that this issue is still occurring in the latest Firefox on Linux Mint 18.3
Screenshot_2019-04-26 Aragon(2)

@bpierre
Copy link
Contributor

bpierre commented Oct 17, 2019

This problem disappeared with the redesigned, but a similar issue appeared, which will get fixed by aragon/aragon-apps#1021

Closing now since this issue was about a previous version of the app.

@bpierre bpierre closed this as completed Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants