@kdcloudjs/kdesign 1.8.64 → 1.8.68

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.
@@ -7923,8 +7923,7 @@ template {
7923
7923
  flex: 1;
7924
7924
  .@{dropdown-prefix-cls}-menu-item {
7925
7925
  span {
7926
- .multipleEllipsis(1);
7927
- word-break: break-all;
7926
+ -webkit-line-clamp: 1;
7928
7927
  }
7929
7928
  }
7930
7929
  }
@@ -7923,8 +7923,7 @@ template {
7923
7923
  flex: 1;
7924
7924
  .@{dropdown-prefix-cls}-menu-item {
7925
7925
  span {
7926
- .multipleEllipsis(1);
7927
- word-break: break-all;
7926
+ -webkit-line-clamp: 1;
7928
7927
  }
7929
7928
  }
7930
7929
  }
@@ -7906,12 +7906,7 @@ template {
7906
7906
  flex: 1;
7907
7907
  }
7908
7908
  .kd-dropdown-mobile .kd-dropdown-menu .kd-dropdown-menu-item span {
7909
- overflow: hidden;
7910
- text-overflow: ellipsis;
7911
- display: -webkit-box;
7912
7909
  -webkit-line-clamp: 1;
7913
- -webkit-box-orient: vertical;
7914
- word-break: break-all;
7915
7910
  }
7916
7911
  /*! rtl:end:ignore */
7917
7912
  .kd-empty {