@optimajet/workflow-designer 11.0.1 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,6 +113,21 @@ table.WorkflowDesignerTable td:not(:first-child):not(:last-child) {
113
113
  padding-inline-end: 10px;
114
114
  }
115
115
 
116
+ .el-tag {
117
+ overflow: hidden;
118
+ text-overflow: ellipsis;
119
+ }
120
+
121
+ @-moz-document url-prefix() {
122
+ .el-tag {
123
+ text-overflow: unset;
124
+ }
125
+ }
126
+
127
+ .el-select-dropdown__item {
128
+ padding: 0 40px 0 20px;
129
+ }
130
+
116
131
  td .cell .el-table__indent {
117
132
  padding-left: 0px !important;
118
133
  }