How can I make the Column width Fixed for the List and InlineEdit.
when I click on the InlineEdit all the column width side is increase including the readonly fields also.
You may add CSS under HTML → Styles → User tab to control the column width, right click and choose “Inspect” to view HTML source in your browser and find the CSS class to select.
I want to make the Inline Edit Page column width same as with the List Page column width.
Form controls are usually wider than the HTML content, but if the width you set is wider than both, the width will be the same in both cases.