This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit b94b1e1a7ce2593dbd197f46fb9039a1d108cb6a
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Sep 21 16:04:04 2023 -0400

    Fix #900
---
 karavan-vscode/webview/index.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index 6250dd88..1ff7f21d 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -442,4 +442,12 @@ color: var(--vscode-editor-foreground);
 
 .vscode-dark .dsl-modal .pf-v5-c-toggle-group 
.pf-v5-c-toggle-group__button.pf-m-selected {
   --pf-v5-c-toggle-group__button--BackgroundColor: 
var(--pf-v5-global--primary-color--200);
+}
+
+#root .karavan .bean-designer {
+  padding-bottom: 0;
+}
+
+#root .karavan .dsl-page .dsl-page-columns {
+  padding-bottom: 0;
 }
\ No newline at end of file

Reply via email to