Increasing column width of feature details
Hi
In our feature details, the table of attributes seems to have quite a narrow column width.
Is there somewhere we can modify the column width?
Thanks
/customer/servlet/servlet.FileDownload?file=00P6000000em1KfEAI
0
-
Hello Lisa,
This is a known issue within the 2.4 viewer and was fixed in the 2.4.1 maintenance release, if you can't upgrade to that version I have a workaround below:
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%;
}
Hopefully that helps, let me know if you need anything else or are having any other issues.
Cory Purnell
Latitude Geographics Quality Assurance Team0
Please sign in to leave a comment.
Comments
1 comment