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-15 02:34:23 +01:00
committed by mbecker20
parent 96dcae141b
commit d830fa4816

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 />