How to reduce text box width without effecting Label width?

0
Could someone please tell me how to reduce the width of the text box without disturbing the label width. If I am trying to reduce it using CSS (eg: width: 50%;) label name is getting compressed. Please refer the attached screenshot. 
asked
1 answers
0

Do you want to decrease the input field width or just increase label width so that it fits correctly?
If you want label adjustment, then use label width option (in data view properties) and increase its width 


For decreasing the input field width, you will need to write custom CSS that targets the relevant HTML element of the input field. I think you cannot adjust it via Textbox widget properties. 

answered