Currently, the CodeEditor widget used for Pre-request and Post-response scripts does not display line
numbers. The gutter width is forced to 0, and showLineNumbers is set to false. This makes it difficult
for users to debug or reference specific lines
This change enables line numbers, fixes the gutter alignment, and ensures the styling matches the rest of
the API Dash design system.
This is the Scripts tab should be after the enhancement

Currently, the CodeEditor widget used for Pre-request and Post-response scripts does not display line
numbers. The gutter width is forced to 0, and showLineNumbers is set to false. This makes it difficult
for users to debug or reference specific lines
This change enables line numbers, fixes the gutter alignment, and ensures the styling matches the rest of
the API Dash design system.
This is the Scripts tab should be after the enhancement