forked from MapComplete/MapComplete
UX(inspector): add flex wrap
This commit is contained in:
parent
7597bf0e91
commit
02b46e570a
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex h-screen w-full flex-col">
|
<div class="flex h-screen w-full flex-col">
|
||||||
<div class="low-interaction flex items-center gap-x-2 p-2">
|
<div class="low-interaction flex items-center gap-x-2 p-2 flex-wrap">
|
||||||
<MagnifyingGlassCircle class="h-12 w-12" />
|
<MagnifyingGlassCircle class="h-12 w-12" />
|
||||||
<h1 class="m-0 mx-2 flex-shrink-0">
|
<h1 class="m-0 mx-2 flex-shrink-0">
|
||||||
<Tr t={t.title} />
|
<Tr t={t.title} />
|
||||||
|
@ -190,6 +190,7 @@
|
||||||
type="string"
|
type="string"
|
||||||
value={username}
|
value={username}
|
||||||
on:submit={() => load()}
|
on:submit={() => load()}
|
||||||
|
cls="shrink-0 border-interactive border-2"
|
||||||
/>
|
/>
|
||||||
{#if loadingData}
|
{#if loadingData}
|
||||||
<Loading />
|
<Loading />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue