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>
|
||||
|
||||
<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" />
|
||||
<h1 class="m-0 mx-2 flex-shrink-0">
|
||||
<Tr t={t.title} />
|
||||
|
@ -190,6 +190,7 @@
|
|||
type="string"
|
||||
value={username}
|
||||
on:submit={() => load()}
|
||||
cls="shrink-0 border-interactive border-2"
|
||||
/>
|
||||
{#if loadingData}
|
||||
<Loading />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue