Add flex wrap
This commit is contained in:
parent
09f531d308
commit
4fd592cc4f
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<TitledPanel>
|
<TitledPanel>
|
||||||
<div class="flex items-center justify-between w-full mr-10" slot="title">
|
<div class="flex flex-wrap items-center justify-between w-full mr-10" slot="title">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<Filter class="h-6 w-6 pr-2" />
|
<Filter class="h-6 w-6 pr-2" />
|
||||||
<Tr t={Translations.t.general.menu.filter} />
|
<Tr t={Translations.t.general.menu.filter} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="flex self-end text-sm gap-x-2">
|
<div class="flex self-end text-sm gap-x-2 ml-2 self-end">
|
||||||
<button class="small as-link" class:disabled={allEnabled} on:click={() => enableAll(true)}>
|
<button class="small as-link" class:disabled={allEnabled} on:click={() => enableAll(true)}>
|
||||||
<Tr t={Translations.t.general.filterPanel.enableAll} />
|
<Tr t={Translations.t.general.filterPanel.enableAll} />
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue