Skip to content

Commit 9859348

Browse files
[6.x] Fix alignment issue in ContextHeader component (#13390)
1 parent f520473 commit 9859348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/ui/Context/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const slots = useSlots();
1919
const usingSlot = !!slots.default;
2020
2121
const headerClasses = cva({
22-
base: 'col-span-2 px-3.5 py-3 bg-white dark:bg-gray-900 font-medium border-b border-gray-200 dark:border-black text-sm text-gray-900 dark:text-gray-300',
22+
base: 'col-span-2 flex items-center px-3.5 py-3 bg-white dark:bg-gray-900 font-medium border-b border-gray-200 dark:border-black text-sm text-gray-900 dark:text-gray-300',
2323
variants: {
2424
usingSlot: {
2525
true: 'grid grid-cols-[auto_1fr_auto]',

0 commit comments

Comments
 (0)