Skip to main content

Dear Team,

 

Is it possible to wrap label text globally using style sheet in acumatica. 

Thanks,

Arun

Hi @arun83  I don’t think wrap the label text but you can provide the Label Width as “L”, “XL”, “XXL” in the .aspx page for the PXLayoutRule.

 

   <px:PXLayoutRule runat="server" ControlSize="SM" LabelsWidth="L" StartColumn="True" />

 

 

 


Hi @arun83  I don’t think wrap the label text but you can provide the Label Width as “L”, “XL”, “XXL” in the .aspx page for the PXLayoutRule.

 

   <px:PXLayoutRule runat="server" ControlSize="SM" LabelsWidth="L" StartColumn="True" />

 

 

 

Is it possible to set this Globally ? do i need to do it in each aspx page? 


@arun83  It will work with each screen and each section that we wanted to expand the label width.

It won’t support for globally.


Reply