Add TableRowMenu

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-25 14:36:26 +04:00
parent c89c437074
commit d75edca6b1
7 changed files with 656 additions and 5 deletions

View File

@@ -113,6 +113,6 @@
}
.tableWrapper {
@apply overflow-x-auto;
@apply overflow-x-auto my-4;
}
}