mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
fix Resources / Containers mobile
This commit is contained in:
@@ -77,7 +77,7 @@ export default function ContainersPage() {
|
||||
icon={<Box className="w-8 h-8" />}
|
||||
>
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex items-center justify-between gap-4">
|
||||
<div className="flex items-center justify-between gap-4 flex-wrap">
|
||||
<div className="flex items-center gap-2 flex-wrap">
|
||||
{/* Server Filter Multi-Select */}
|
||||
<div className="w-[280px]">
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function AllResources() {
|
||||
return (
|
||||
<Page
|
||||
titleOther={
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center justify-between gap-2 flex-wrap">
|
||||
<Input
|
||||
value={search}
|
||||
onChange={(e) => setSearch(e.target.value)}
|
||||
@@ -33,7 +33,7 @@ export default function AllResources() {
|
||||
className="w-[200px] lg:w-[300px]"
|
||||
/>
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-2 flex-wrap">
|
||||
<TagsFilter />
|
||||
<ExportButton tags={tags} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user