feature: improve tables quick actions on mobile (#312)

* feature: improve tables quick actions on mobile

* review: fix gap4

* review: use flex-wrap
This commit is contained in:
unsync
2025-02-26 14:55:58 -08:00
committed by mbecker20
parent 96dcae141b
commit d830fa4816
+1 -1
View File
@@ -56,7 +56,7 @@ export const Resources = () => {
actions={<ExportButton targets={targets} />}
>
<div className="flex flex-col gap-4">
<div className="flex items-center justify-between">
<div className="flex flex-wrap gap-4 items-center justify-between">
<div className="flex gap-4">
{(is_admin || !disable_non_admin_create) && <Components.New />}
<Components.GroupActions />