You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/07/05 16:42:54 UTC

[camel-karavan] branch main updated: Fixed #816

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 df024709 Fixed #816
df024709 is described below

commit df02470993cce4f51e1d76d19f1c025ee58f4932
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Jul 5 12:42:47 2023 -0400

    Fixed #816
---
 karavan-designer/src/designer/karavan.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/karavan-designer/src/designer/karavan.css b/karavan-designer/src/designer/karavan.css
index f90cc42b..b62b241a 100644
--- a/karavan-designer/src/designer/karavan.css
+++ b/karavan-designer/src/designer/karavan.css
@@ -912,8 +912,16 @@
 
 .dsl-modal .pf-c-card__body {
     padding-bottom: 0;
+    height: 54px;
 }
 
+
+.dsl-modal .pf-c-card__body p {
+    overflow: hidden;
+    display: -webkit-box;
+    -webkit-line-clamp: 2;
+    -webkit-box-orient: vertical;
+}
 .dsl-modal .pf-c-card__footer {
     padding-bottom: 1em;
 }