Row Spacing in eform
Hello,
When I am creating a Task Form, I noticed the spacing between rows, especially with the horizontal line and the heading, is way too big; The row scale does not seem to go any smaller;
It is also interesting that the row spacing is showing different in the preview with different rows, even though the set up and everything is completely the same.
In the form edit view:
In the PC Browser preview:
In the form edit view:
In the PC Browser preview:
It can be seen that the Request Detail has a smaller gap between the text and the line than the Problem Statement text; However both are still way too big and is taking up too much space by having the users make unnecessary scrolls;
Is there a way to minimize this space? While the documentation says the minimum space is 65px, as it can be seen the Row Scaling is showing 60-62 px. Since it is possible to go lower than 65, what is the lowest px it can go? Is CSS necessary to achieve this?
Many Thanks!
-
I had encountered a similar issue a while ago with the Horizontal Line and Heading controls, Ryan. After looking up on the internet, I discovered that the heading tag comes with default margins (https://www.w3schools.com/tags/tag_hn.asp). I customized these margins based on my specific use case using CSS injectors.
Thanks
-
So it seems that it is a combination of two things that solved it for me
One is using a Label control other than a Heading control; Second is simply a system issue that it solved by itself - but I would say this contributes more because in other forms, using Heading and everything else completely the same, it did not show this issue; So it looks more likely to me that its a glitch or bug.
Please sign in to leave a comment.
Comments
2 comments