I am using an external database (wordpress + wp geodirectory) that spits out HTML for one of the fields.
I have tried several ways to try to get the height of the html box to adjust to the size of the text, like grouping a rectangle underneath it with the same size.
Here’s a screenshot of how I have the screen set up with those boxes:
Ahhh right, I see. Then it doesn’t appear that this is possible with this component. You could try reaching out to the maker of this component directly to ask if they can update the component to include that functionality. I believe the maker of this component is @knight
I will take a look at this, but I remember there is no way because the rectangle is another component, don’t think I can expand the height of other components.
And again, I don’t want to use the limit height to force the html render component to be scrollable. This box should automatically adjust like a simple text component does.
Do you see in the example how the 2nd one, the rectangle underneath it resizes because of the amount of text in the component? But it does not do that for the HTML render component.
I tried adding : <link rel=“stylesheet” type=“text/css” href="[customcssURL]> → no chance.
And we can’t even use :has(), as we don’t have access to CSS selector, but we only can add inline CSS directly in the HTML, and sibling the parent from the child is (in my opinion) impossible this way.