flex-grow instead of flex-1

This commit is contained in:
2023-05-17 05:27:59 +02:00
parent 41c0ed5811
commit e11438c952
7 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ const emit = defineEmits<{
@click="setActiveNote(rootNote?.id)"
/>
</div>
<div class="flex h-full flex-1 flex-row items-center gap-2 pl-5 pr-3">
<div class="flex h-full flex-grow flex-row items-center gap-2 pl-5 pr-3">
<SearchBar />
<button
class="btn-outline btn-sm btn py-1 text-white"