@cesdk/cesdk-js 1.49.0 → 1.49.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.
@@ -1288,7 +1288,7 @@
1288
1288
  display: flex;
1289
1289
  box-sizing: border-box;
1290
1290
  width: 100%;
1291
- min-height: calc(1 * var(--ubq-typography-input-m-line_height));
1291
+ min-height: calc(6 * var(--ubq-typography-input-m-line_height));
1292
1292
  max-height: calc(12 * var(--ubq-typography-input-m-line_height));
1293
1293
  word-wrap: break-word;
1294
1294
  resize: vertical;