You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I export to PDF, I get long table tables. I need it to not break after thead and tbody > tr:first-child. I wrote it like this: table thead, table tbody > tr:first-child { page-break-after: avoid; }
but it doesn't work. Can you give me some advice?