Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Code overflows over the line numbers in API Console editor #3439

Merged
merged 3 commits into from
Jul 19, 2021

Conversation

Desvelao
Copy link
Member

@Desvelao Desvelao commented Jul 6, 2021

Description

Fix the code overflows over the line numbers in the API Console editor.

Test

  1. Go to the API Console editor and scroll the left panel (where you can edit the API request) to the right and the text shouldn't overflow the line numbers.

Closes #3339

@Desvelao Desvelao added the type/bug Bug issue label Jul 6, 2021
@Desvelao Desvelao self-assigned this Jul 6, 2021
Copy link
Contributor

@pablomarga pablomarga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: ✔️
Testing: ✔️

Copy link
Member

@mpRegalado mpRegalado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: LGTM ✔️
Testing: LGTM ✔️

Copy link
Contributor

@frankeros frankeros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@matiasmoreno876 matiasmoreno876 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: LGTM!

@frankeros frankeros merged commit f062103 into 4.3-7.10 Jul 19, 2021
@frankeros frankeros deleted the fix/3339-z-index-code-console-editor branch July 19, 2021 18:29
@github-actions
Copy link
Contributor

Jest Test Coverage % values
Statements 3.12% ( 1109 / 35572 )
Branches 1.16% ( 324 / 27937 )
Functions 2.02% ( 174 / 8632 )
Lines 3.15% ( 1071 / 33990 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API console text overflows over the line numbers when scrolling to the right.
5 participants