Demographics Edit Layout

Hello,

Please i recently realized that the Demographics ->Edit form fields span 100%.

This was how it was initially

Assistance is needed here.
Thanks in advance

I was able to solve this by pasting this code

<style>
/* TODO: Find a way to remove this stylesheet */
.form-control {
    width: auto;
    display: inline;
    height: auto;
}

on line 86 in demographics_full.php. The commented section of the code states that it should be removed. But i placed it back and it fixed my issue.

Thanks