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


The following commit(s) were added to refs/heads/main by this push:
     new bcf2c3f8 Fix css issues
bcf2c3f8 is described below

commit bcf2c3f8edf40690dcdeaf7b88d661691c93adac
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Dec 7 17:44:40 2023 -0500

    Fix css issues
---
 .../karavan-app/src/main/webui/src/designer/route/DslProperties.css     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-web/karavan-app/src/main/webui/src/designer/route/DslProperties.css 
b/karavan-web/karavan-app/src/main/webui/src/designer/route/DslProperties.css
index 7040fd40..c681098c 100644
--- 
a/karavan-web/karavan-app/src/main/webui/src/designer/route/DslProperties.css
+++ 
b/karavan-web/karavan-app/src/main/webui/src/designer/route/DslProperties.css
@@ -82,7 +82,7 @@
 }
 
 .karavan .properties .input-group .pf-v5-c-text-input-group__utilities {
-    align-items: end;
+    align-items: flex-end;
     margin-top: auto;
 }
 

Reply via email to