Add below code into your custom.css file. Which you can find in MaxControl/css/
custom.css
.qa-template-user .qa-part-form-profile .qa-form-wide-table{
display: inline-table;
table-layout: fixed;
word-wrap: break-word;
overflow: scroll;
}
.qa-template-user .qa-part-form-profile .qa-form-wide-table .qa-form-wide-label{
width: 35%;
}
.qa-template-user .qa-part-form-profile .qa-form-wide-table .qa-form-wide-data{
width: 100%;
}
This should resolve the issue.