Helo!
I trying to find out if it's possible to set a auto on the width of a label. So that the label is not longer than the text on it.
The label i'm using and talkin' about gets different values from the db so i can't just change the margin of it.
Helo!
I trying to find out if it's possible to set a auto on the width of a label. So that the label is not longer than the text on it.
The label i'm using and talkin' about gets different values from the db so i can't just change the margin of it.
Hello Nicklas,
Could you please provide us with a screenshot of how the labels are displayed now?
Cellgrid and label
Hello Nicklas,
How they have to look like?
Nicklas,
Please create a class for label and add a property codedisplay: inline-block;/code
Then add codewidth: (fixed value) px/em.../code or codewidth: 100%/code
It worked allmost as i wanted it to be. I just changed the codewidth: 100%;/code to codewidth: auto;/code
Thank you!
Hi Nicklas. How do you managed to solved it? I have tried Evgene method but it is not working.