Hi guys,
Did anybody find a solution for this problem yet? It's happening to me now also with a table records with a lot of columns.
In the application I solved it with some css but in service studio I dont know how to fix it. As a work around I use the structure pane on the right but that's not very convenient.
Thank you in advance!
Did anyone get a solution to this one yet?
Hi all!
For a possible workaround for this problem, see this video that I have created.
Workaround:
1) On the style sheet of the theme of the espace, create a CSS class like the following, and adjusting the specified value to your needs.
.ServiceStudioBigWidth { -servicestudio-width: 6000px; }
2) In the web screen, enclose the web block "DublinBase\Layout_Dublin" in a container and for the container set the value of the property "Style Classes" to the name of CSS class previously create.An horizontal scroll bar should appear immediately in Service Studio allowing you to scroll to the right to view the most right end columns of the table records.
Since it is used the prefix "-servicestudio-", this will get stripped by Service Studio from the CSS class and so it will have no effect on the web page.
Hope this workaround can be of help.
--Tiago Bernardo