Is this expected? When the problem occurs, I believe that it can affect other tables in the document. <img width="540" alt="Screenshot 2023-08-09 at 14 58 43" src="https://github.com/PgBiel/typst-tablex/assets/8874729/531e77ef-6405-48a3-8210-393dc324de0e"> ``` Triple-nested tables are fine. #tablex( tablex( tablex( lorem(10) ) ) ) Quadruple-nested tables don't seem to wrap correctly. #tablex( tablex( tablex( tablex( lorem(20) ) ) ) ) ```