Jump to content
  • 0

Aligning textfields and / or labels


paulbennis

Question

Good day, 

I am trying to align the text fields at the bottom, so that they are all in a straight line. It could be either by aligning the actual container or the label to push the container down.

I can achieve this by setting the label to nowrap, but that makes the labels overrun.

Is there anyone who could please help me, I would greatly appreciate it?

Cheers,

Caspio Alignment.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi @paulbennis,

Yeah, you may change the white-space attribute for the label to nowrap and adjust the field width a little bit. 

Or you may play around with alignment. Try to paste this CSS to the Header of the DataPage. Make sure to disable the HTML editor in the Advanced tab first.

<style>
.cbFormNestedTableContainer{
align-items: end;
}
</style>

image.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...