benivo-ui-library 1.8.20 → 1.8.22

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/autoComplete.less CHANGED
@@ -136,4 +136,10 @@
136
136
  color: @error-color;
137
137
  }
138
138
  }
139
+
140
+ .form-control {
141
+ white-space: nowrap;
142
+ overflow: hidden;
143
+ text-overflow: ellipsis;
144
+ }
139
145
  }