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 query editor cursor alignment by removing monaco css overrides #8912

Merged
merged 3 commits into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. Fix query editor cursor alignment by removing monaco css overrides

    Monaco editor computes the cursor position internally and does not account for any css overrides
    that change the position of the line (padding, margin, etc). This change removes the css override
    while we implement these styles with the monaco api directly.
    
    Signed-off-by: Daniel Rowe <[email protected]>
    d-rowe committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a48bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0a7cb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix linting

    Signed-off-by: Daniel Rowe <[email protected]>
    d-rowe authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    82123d7 View commit details
    Browse the repository at this point in the history