@dataloop-ai/components 0.17.45 → 0.17.47
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.
package/package.json
CHANGED
|
@@ -216,9 +216,16 @@ export default defineComponent({
|
|
|
216
216
|
padding: 5px;
|
|
217
217
|
}
|
|
218
218
|
&__description {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
219
|
+
overflow: hidden;
|
|
220
|
+
text-overflow: ellipsis;
|
|
221
|
+
display: -webkit-box;
|
|
222
|
+
-webkit-box-orient: vertical;
|
|
223
|
+
-webkit-line-clamp: 2;
|
|
224
|
+
line-height: 1;
|
|
225
|
+
max-height: 1 * 2;
|
|
226
|
+
margin: 20px 16px 16px 16px;
|
|
227
|
+
font-size: 12px;
|
|
228
|
+
color: var(--dl-color-medium);
|
|
222
229
|
}
|
|
223
230
|
|
|
224
231
|
&__drag {
|
|
@@ -158,7 +158,7 @@ export default defineComponent({
|
|
|
158
158
|
cursor: pointer;
|
|
159
159
|
display: inline-flex;
|
|
160
160
|
max-width: max-content;
|
|
161
|
-
gap:
|
|
161
|
+
gap: 6px;
|
|
162
162
|
align-items: center;
|
|
163
163
|
padding: var(--dl-radio-padding);
|
|
164
164
|
user-select: none;
|
|
@@ -209,7 +209,7 @@ input {
|
|
|
209
209
|
flex-direction: column;
|
|
210
210
|
}
|
|
211
211
|
.sub-text {
|
|
212
|
-
margin-left:
|
|
212
|
+
margin-left: 5%;
|
|
213
213
|
width: 80%;
|
|
214
214
|
color: var(--dl-color-medium);
|
|
215
215
|
word-break: break-all;
|