How to move the dropdown to the left side closer to the label | XM Community
Skip to main content

Hello Community.
I'm working with Matrix Table Question type however I wanted to move the dropdown to the left side closer to the label how I can do that
image.png

ricsdpl
The most you can do here is remove padding.
.Skin .Matrix table th.c1 {
padding: 0px;
}
Hope it helps!


Thank you Deepak!


Leave a Reply