Skip to content
Snippets Groups Projects
Unverified Commit d3acc01f authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

Fix SQL editor typing interruption and click positioning (#11596)

parent 4e888933
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
font-weight: 700; font-weight: 700;
color: var(--color-text-light); color: var(--color-text-light);
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 7px;
display: block; display: block;
text-align: center; text-align: center;
} }
...@@ -48,7 +48,3 @@ ...@@ -48,7 +48,3 @@
.NativeQueryEditor .ace_editor .ace_gutter { .NativeQueryEditor .ace_editor .ace_gutter {
background-color: var(--color-bg-light); background-color: var(--color-bg-light);
} }
.NativeQueryEditor .ace_editor .ace_content {
padding-left: 7px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment