cloud-business 0.1.87-36 → 0.1.87-37
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/cloud-business.css +8 -2
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -15632,7 +15632,7 @@ body {
|
|
|
15632
15632
|
}
|
|
15633
15633
|
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
|
|
15634
15634
|
margin: 0;
|
|
15635
|
-
padding: 16px 0
|
|
15635
|
+
padding: 16px 0;
|
|
15636
15636
|
text-overflow: ellipsis;
|
|
15637
15637
|
white-space: nowrap;
|
|
15638
15638
|
overflow: hidden;
|
|
@@ -15670,7 +15670,13 @@ body {
|
|
|
15670
15670
|
line-height: 20px;
|
|
15671
15671
|
}
|
|
15672
15672
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content {
|
|
15673
|
-
padding: 0 12px;
|
|
15673
|
+
padding: 16px 12px 0 12px;
|
|
15674
|
+
}
|
|
15675
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item {
|
|
15676
|
+
padding: 0 0 24px 0 !important;
|
|
15677
|
+
}
|
|
15678
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item-label {
|
|
15679
|
+
margin-bottom: 8px !important;
|
|
15674
15680
|
}
|
|
15675
15681
|
.edit-tag .edit-tag-container .edit-tag-form .empty {
|
|
15676
15682
|
display: flex;
|