@opentiny/vue-search-box 3.29.0 → 3.29.1

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/index.css CHANGED
@@ -425,6 +425,13 @@
425
425
  .tvp-search-box__number-item.tiny-form-item .tiny-form-item__error {
426
426
  font-size: 12px;
427
427
  }
428
+ .tvp-search-box__date-item.tiny-form-item .tiny-form-item__validate-message,
429
+ .tvp-search-box__number-item.tiny-form-item .tiny-form-item__validate-message {
430
+ font-size: 12px;
431
+ white-space: nowrap;
432
+ overflow: hidden;
433
+ text-overflow: ellipsis;
434
+ }
428
435
  .tvp-search-box__input input {
429
436
  border: 0;
430
437
  }