
Solved
Adjust row height in multiple choice
Dear community,
due to our layout rows are very high in multiple choice questions, so that questions with 6 answers options already look extremely long and annoying. Unfortunately I cannot change/adjust the layout. Is there any code I can use to make the boxes less high? Or adjust the height to the text?
I'd also be happy to change question type or so if thathelps but haven't found anything that works.!

Best answer by PraDeepKotian_XM
hi cloof,
add below code in Look &Feel->Style->Custom CSS(it will apply in survey):
.Skin label.MultipleAnswer, .Skin label.SingleAnswer {
padding: 5px;
}
You can adjust the height by changing value of padding as per your requirement.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
