mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-27 19:33:08 -05:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user