Product Detail Tab height trouble on Aurora theme

I am creating a site using the official theme called Aurora.
Originally, the content elements entered in the product management can be put in the tab at the bottom of the product page, but the content is cut off in the middle.
Looking at the code, a Style tag is automatically generated in the tab element and max-height is specified.

Is it possible to remove this height limit?
I can’t find any hints anywhere in the code, and of course there is no mention of it in the theme management screen.

Thank you.

how about max-height: none?

It fluctuates according to the amount of product descriptions and is not constant.

And, if reloading, its value changes.

You may leave your URL here and see if anyone can help you with the issue.

That’s right, Thanks.

Not sure if this is the case.
If so, you may try to add this to the theme.css and see if it can fix your issue.
tab-with-dynamic-height.tab {
max-height: none !important;
}