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

The detail paragraph gets truncated? #6

Open
foaad1961 opened this issue Dec 3, 2013 · 1 comment
Open

The detail paragraph gets truncated? #6

foaad1961 opened this issue Dec 3, 2013 · 1 comment

Comments

@foaad1961
Copy link

I have made sure that there are no other codes for the paragraph, and it does not contain any extra spaces between the words. However, the paragraph gets truncated after 560 to 590 characters with spaces. I have set the height to 100% and there is certainly enough space for the whole paragraph to display. I have reviewed all files and CSS, and I cannot find any limitation to set for the paragraph size. I have even tried editing and adding more content using firebug and Firebug can add more than 1500 characters with spaces and more.
Has anyone had this issue before? and how to resolve it?
Any suggestion would greatly be appreciated.

@pestbarn
Copy link

This is caused by the calculation of the height of the containing div. If the content is taller than the container, it disappears due to overflow: auto. You can set a min-height in the settings in grid.js, on row 196.

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