indicator-ui 0.0.207 → 0.0.209

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/dist/index.css CHANGED
@@ -1343,8 +1343,9 @@
1343
1343
  }
1344
1344
  .TextareaField-module__textareaField___Vcg4L {
1345
1345
  width: 100%;
1346
- height: fit-content;
1346
+ height: auto;
1347
1347
  min-height: 68px;
1348
+ overflow: hidden;
1348
1349
  resize: none;
1349
1350
  border-radius: 8px;
1350
1351
  padding: 9px 11px;