pmcfarlain Posted June 28, 2021 Report Share Posted June 28, 2021 Is there a way to change the label width in a single record update form? This is the way it looks right now and I'd prefer a more uniform look. Quote Link to comment Share on other sites More sharing options...
0 sandy159 Posted June 29, 2021 Report Share Posted June 29, 2021 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' 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. Quote Link to comment Share on other sites More sharing options...
0 RunForrestRun Posted August 14, 2021 Report Share Posted August 14, 2021 You may want to check out this how-to article, as well: https://howto.caspio.com/styles/layout-options/ Quote Link to comment Share on other sites More sharing options...
Question
pmcfarlain
Is there a way to change the label width in a single record update form? This is the way it looks right now and I'd prefer a more uniform look.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.