When using the matrix table, how can I make it so each item is default expanded for the Likert style on mobile? | XM Community
Skip to main content

Currently, when using a matrix table the mobile friendly view has the first item default expanded and the other items default collapsed. I’d like to add custom CSS that makes all items for this question type default expanded on mobile view.

@kokwudili 

Include the below CSS in look and feel. It will make it permanently expanded.

.q-matrix.mobile tr{
height: max-content !important;
}

 


Leave a Reply