How can I reduce the height of forn input text field box | XM Community
Skip to main content
Question

How can I reduce the height of forn input text field box

  • February 2, 2021
  • 1 reply
  • 112 views

Forum|alt.badge.img+1

i tried the below code but did not work.

.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
width: 500px;
height: 500px;
}

1 reply

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

Try using the below code and adjust the height size as required.
.Skin .TE .ChoiceStructure .Medium {
  width: 50%;
  height: 60px !important;
}