Hi community,
I have the following :
For example, the field "Bois de construction (CHF)" is on two lines. I want to have it only on one line like the field "Portes (CHF)".
Is it possible to do it in a CSS way ?
Many thanks,
Jonathan
Like
Hi Jonathan,
usually, you can use CSS styles in order to configure most of the fields you would like to.
We have already got a few requests from our users on a similar topic, so you can get familiarized with them by following the links:
https://community.creatio.com/articles/how-add-or-edit-css-style
https://community.creatio.com/questions/dropdownlookup-borders
Once you will need any further help, please, let us know.
Kind regards,
Gleb.
Jonathan,
To add the CSS to the page: https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…
You'll just need to play with the styles to get it to not wrap. Basically, you'll need to adjust the min-width of the div container of the label element (the div with class "label-wrap"), something like this:
div#UsrMyPagec61fd727-5004-4db7-b6a3-38ef6d467de8Container_Label { min-width: 20em; }
Ryan