flex-grow instead of flex-1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user