lecom-ui 5.3.34 → 5.3.35

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.
@@ -139,7 +139,7 @@ function TagInput(props) {
139
139
  () => ({
140
140
  resize: "none",
141
141
  cursor: disabled ? "not-allowed" : "text",
142
- minHeight: actualHiddenCount > 0 ? "3.5rem" : "2.5rem"
142
+ minHeight: actualHiddenCount > 0 ? "fit-content" : "2.5rem"
143
143
  }),
144
144
  [disabled, actualHiddenCount]
145
145
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.3.34",
3
+ "version": "5.3.35",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",