Skip to content

Commit

Permalink
fix: larger names shrunk in variable tab
Browse files Browse the repository at this point in the history
Related to: camunda-modeler #4505
  • Loading branch information
abdul99ahad committed Oct 30, 2024
1 parent 31340ba commit 9212c53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Components/ElementList/ElementList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@
.cds--popover--bottom-start .cds--popover-content {
margin-left: calc(1.5 * var(--cds-popover-offset, 0px));
}
}

.cds--tree-node__label {
display: inline-block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

0 comments on commit 9212c53

Please sign in to comment.