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 743aedc3 Fix css issues
743aedc3 is described below
commit 743aedc34b4a828d10ffec22b5ff5d5d40e630a6
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Dec 7 17:51:41 2023 -0500
Fix css issues
---
karavan-space/src/topology/topology.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-space/src/topology/topology.css
b/karavan-space/src/topology/topology.css
index 3de49041..cb261e21 100644
--- a/karavan-space/src/topology/topology.css
+++ b/karavan-space/src/topology/topology.css
@@ -19,7 +19,7 @@
padding: 0;
display: flex;
flex-direction: column;
- align-items: end;
+ align-items: flex-end;
height: fit-content;
row-gap: 0;
}