sea-chart 1.1.119 → 1.1.120
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.
|
@@ -145,6 +145,11 @@
|
|
|
145
145
|
line-height: 1;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
+
.table-element-result-table-cell .multiple-select-formatter {
|
|
149
|
+
display: inline-flex;
|
|
150
|
+
align-items: center;
|
|
151
|
+
}
|
|
152
|
+
|
|
148
153
|
.table-element-result-table-cell .table-element-button-formatter.cell-formatter-container {
|
|
149
154
|
margin: -3px auto;
|
|
150
155
|
text-align: center;
|
|
@@ -240,7 +245,7 @@
|
|
|
240
245
|
}
|
|
241
246
|
|
|
242
247
|
.table-element-result-table-cell .dtable-ui.dtable-ui-select-item {
|
|
243
|
-
margin: 0;
|
|
248
|
+
margin: 0 10px 0 0;
|
|
244
249
|
}
|
|
245
250
|
|
|
246
251
|
/* records count */
|