cloud-business 0.1.139 → 0.1.140-2

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.
@@ -4223,13 +4223,21 @@ body {
4223
4223
  }
4224
4224
  .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row > .newCloud-table-cell {
4225
4225
  padding: 0!important;
4226
+ overflow-y: hidden;
4226
4227
  }
4227
4228
  .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-expanded-row-fixed {
4228
- padding: 12px 0 12px 58px;
4229
+ padding: 12px 0 12px 47px;
4230
+ background-color: #fafafa;
4229
4231
  }
4230
4232
  .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-container {
4231
4233
  padding: 0 0 0 58px;
4232
4234
  }
4235
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-body {
4236
+ overflow: auto hidden !important;
4237
+ }
4238
+ .grid-area-new .customer-order-new .table-container .child-table * {
4239
+ font-size: 12px!important;
4240
+ }
4233
4241
  .grid-area-new .customer-order-new .table-container .child-table::before {
4234
4242
  display: none;
4235
4243
  }