From 4e5b522f4a8340cacc8ea623eceab21c66d88840 Mon Sep 17 00:00:00 2001 From: "Alex C." Date: Fri, 24 Jan 2025 10:54:32 +0200 Subject: [PATCH] feat(sql-editor): minor improvements (#3173) - disabled spellcheck - moved the sql on right top side --- .../sql-editor/src/sql-editor.component.html | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/libs/features/sql-editor/src/sql-editor.component.html b/libs/features/sql-editor/src/sql-editor.component.html index 253628892f4..34b2e0ef0e0 100644 --- a/libs/features/sql-editor/src/sql-editor.component.html +++ b/libs/features/sql-editor/src/sql-editor.component.html @@ -1,11 +1,19 @@
-

- {{ 'SQL_EDITOR.TITLE' | translate }} - -

+
+
+ {{ 'SQL_EDITOR.TITLE' | translate }} + +
+ + +
- +
@@ -16,11 +24,6 @@ {{ 'SQL_EDITOR.EXECUTE' | translate }}
-