Jump to content
  • 0

Change Label Width in Single Record Update


pmcfarlain

Question

2 answers to this question

Recommended Posts

  • 0

Hi @pmcfarlain,

It should be possible to change it in Styles. Go to Styles -> Form/Details -> Layout -> Label Cells. Change the 'Wrap Text' attribute to 'No Wrap'

image.png

As another option, it is possible to change directly on the DataPage. Paste the following CSS to the Header of the DataPage. Make sure to disable the HTML editor in the Advanced tab first.

<style>
.cbFormLabelCell {
white-space: nowrap !important;
}
</style>

Hope this helps! Feel free to update this thread in case of further questions. 

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...