@dataloop-ai/components 0.19.206 → 0.19.207
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
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
? defaultIconColor
|
|
18
18
|
: statusIconColor || defaultIconColor
|
|
19
19
|
"
|
|
20
|
-
size="
|
|
20
|
+
size="12px"
|
|
21
21
|
:inline="false"
|
|
22
22
|
/>
|
|
23
23
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
background-color: var(--dl-color-panel-background);
|
|
57
57
|
border: 1px solid var(--dl-color-separator);
|
|
58
58
|
color: var(--dl-color-darker);
|
|
59
|
-
padding:
|
|
59
|
+
padding: 10px;
|
|
60
60
|
`"
|
|
61
61
|
max-width="340px"
|
|
62
62
|
anchor="bottom left"
|
|
@@ -1161,8 +1161,8 @@ export default defineComponent({
|
|
|
1161
1161
|
&__status-icon-wrapper {
|
|
1162
1162
|
display: flex;
|
|
1163
1163
|
line-height: 15px;
|
|
1164
|
-
margin:
|
|
1165
|
-
align-items:
|
|
1164
|
+
margin: 3px 8px 0px 0px;
|
|
1165
|
+
align-items: center;
|
|
1166
1166
|
div:first-child {
|
|
1167
1167
|
display: flex;
|
|
1168
1168
|
align-items: center;
|