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

@@ -10,7 +10,7 @@ const emit = defineEmits<{
<template>
<div class="mb-2 flex items-center">
<h1
class="mr-2 flex flex-1 items-center rounded-md pr-2 text-3xl font-semibold hover:bg-gray-200"
class="mr-2 flex flex-grow items-center rounded-md pr-2 text-3xl font-semibold hover:bg-gray-200"
>
<slot name="title"></slot>
</h1>