1 2 3 4 5 6 7 8 9 10 11 12 13 14/* Basic layout for invites table container. Add more styling as needed to match the design system. */ .InvitesTable { display: flex; flex-direction: column; gap: 12px; table { display:table !important; min-height: auto !important; } }