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

How to fix thix issue #107

Closed
dorandxhelili opened this issue Jul 4, 2019 · 3 comments
Closed

How to fix thix issue #107

dorandxhelili opened this issue Jul 4, 2019 · 3 comments

Comments

@dorandxhelili
Copy link

The question title in mobile theme not showing correctly, you can see in photo

Screenshot_2019-07-03-21-54-42-192_com android chrome

@amiyasahu
Copy link
Owner

Are there this big English words in your forum?

@dorandxhelili
Copy link
Author

dorandxhelili commented Jul 5, 2019

IMG_20190705_173810
The font is okey when i open in web, but when i open web in mobile, title not showin correctly.

@amiyasahu
Copy link
Owner

To fix this issue you can add below line into
donut.css and donut-min.css file

.qa-q-item-title a {
    word-wrap: break-word;
}

this will break the work to the new line.

I am not adding this to the core theme as users wont expect to break the work into a new line. And as far as I know there are no words that is this long that wont fit mobile screen.

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

No branches or pull requests

2 participants