DataFrame Wrapping Text
Essentials 4.3 HTML5 2.4
The width of my DataFrame doesn't seem to be translating to the width of the data it contains. No matter how wide I set my DataFrame to be, the field content within it is wrapping at a VERY narrow width. It looks weird.
How can I get the data fields within the DataFrame to wrap at the edge of the DataFrame instead of at some, much narrower, fixed width?
-
Hi Sean,
Sorry about that, this was a mistake with our CSS properties that led to the width of the results in the data-frame not being set to 100%. I provided an answer to a similar question and a workaround to that as well as a few other issues here: https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=9&thread=58307
I will also paste the key points in my response below for easy accessibility to yourself and other users:
If you add the following line of CSS to your custom Desktop.css file (located here: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\<site_name>\Viewers\<viewer_name>\VirtualDirectory\Resources\Styles\Custom\Desktop.css ) it will make the text expand to the maximum width of the container before wrapping.
.FeatureDetailsCompactView .multi-column-container{
width:100%;
}Let me know if you need any further help and if the workaround fixes the issue!
Cory Purnell
Latitude Geographics Quality Assurance Team0 -
Thanks, Cory. I knew this sounded familiar, but I couldn't find a search term to get back to it.
0 -
Hi Guys
I think we have a similar issue. However ours is in the Table Of Contents...is there a simlar solution to this?
/customer/servlet/servlet.FileDownload?file=00P6000000eluEgEAI
0
Please sign in to leave a comment.
Comments
3 comments