Adapt width of outer scale points | XM Community
Skip to main content

Hi all,
I have a matrix question with 6 scale points and want to extend the column width of the outer two scale points, so that I can paste in a longer text without too many breaks but the inner scale points should maintain their current width.
Thanks for your help!
Screenshot 2022-11-28 110652.png

Theresarsh
The following CSS should align all your items perfectly. Kindly include it in look and feel>style>customCSS
.Skin .Matrix table thead th{
    width: fit-content;
}
Hope it helps!


Leave a Reply