Ranking question - long statement start below the text box | XM Community
Skip to main content
Solved

Ranking question - long statement start below the text box

  • March 25, 2021
  • 1 reply
  • 57 views

Forum|alt.badge.img+6

I have a ranking question where the longest statement starts on the next line just below the text box. Is there any way to fix this?
ranking.jpg

Best answer by PraDeepKotian_XM

Add below css in Look & Feel->Style->Custom CSS.
span.LabelWrapper label>span {
display: inline;
}

1 reply

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • Answer
  • March 27, 2021

Add below css in Look & Feel->Style->Custom CSS.
span.LabelWrapper label>span {
display: inline;
}