Group Box - horizontal direction not working
Hello,
I have two different workflows and for both of them we are using "Display Form".
For the first workflow :
It has groupbox in which we have text boxes. Here, we have set the orientation of groupbox as horizontal, but it's not respecting that instead - when I run the workflow , it's displaying the text boxes in the vertical direction.
For the second workflow :
It has groupbox in which we have text boxes. Here, we want the text boxes to be displayed in vertical direction and by default the group box is set in vertical direction and it's showing up good.
Since, we were unable to display text boxes in the horizontal direction for the first workflow - we did wrote the following css in teh desktop.css. But, here what's it doing is - it is getting applied for all the workflows which has "textboxes" in "Display Form".
.form-item {
display:inline-block;
}
Is there any way that we can restrict this css ( display:inline-block;) to get only applied for the first workflow but not for the other workflows?
Thanks
Srikanth
-
Hello Srikanth,
The issue that you are having with horizontal forms not displaying properly has been fixed in the upcoming GVH 2.5 release.
Thanks, Stefan0 -
Is the release going to happen this week by chance? :)
0 -
Thanks Stefan for letting me know about the GroupBox bug in HTML 2.4.1.
-Srikanth
0
Please sign in to leave a comment.
Comments
3 comments