@conecli/cone-render 0.10.1-shop3.12 → 0.10.1-shop3.13

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.
@@ -548,11 +548,17 @@ taro-checkbox-core {
548
548
  }
549
549
  }
550
550
 
551
- .d-shop-lang-for-en{
551
+ .d-shop-lang-for-en {
552
552
  .text-ellipsis-2 {
553
553
  word-break: break-word;
554
554
  }
555
555
  .text-ellipsis-3 {
556
556
  word-break: break-word;
557
557
  }
558
+ .text-ellipsis-2-no-omit {
559
+ word-break: break-word;
560
+ }
561
+ .text-ellipsis-3-no-omit {
562
+ word-break: break-word;
563
+ }
558
564
  }