@5minds/node-red-dashboard-2-processcube-dynamic-form 2.0.5 → 2.0.6
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.
|
@@ -443,7 +443,9 @@
|
|
|
443
443
|
|
|
444
444
|
### Inner card size styling
|
|
445
445
|
|
|
446
|
-
Enter custom css rules to control the size of the inner part, that contains just the form fields.
|
|
446
|
+
Enter custom css rules to control the size of the inner part, that contains just the form fields.
|
|
447
|
+
It can be used to override the `max-height` property.
|
|
448
|
+
E.g. `max-height: none;` will remove the default `max-height` of 550px, so that the card can grow indefinitely.
|
|
447
449
|
|
|
448
450
|
### Columns in form
|
|
449
451
|
|