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>
|
||||
|
||||
<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">
|
||||
<Filter class="h-6 w-6 pr-2" />
|
||||
<Tr t={Translations.t.general.menu.filter} />
|
||||
</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)}>
|
||||
<Tr t={Translations.t.general.filterPanel.enableAll} />
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue