Update MasterOutOfStockCatalogSection component to apply padding to Card element for improved layout consistency.
This commit is contained in:
parent
c30fe015e2
commit
2fe83756a1
@ -62,7 +62,7 @@ function visitEdit(url: string): void {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Collapsible v-model:open="open">
|
<Collapsible v-model:open="open">
|
||||||
<Card>
|
<Card class="py-0">
|
||||||
<CollapsibleTrigger
|
<CollapsibleTrigger
|
||||||
class="flex w-full items-center justify-between gap-3 px-6 py-4 text-left transition-colors hover:bg-muted/30">
|
class="flex w-full items-center justify-between gap-3 px-6 py-4 text-left transition-colors hover:bg-muted/30">
|
||||||
<div class="min-w-0 space-y-1">
|
<div class="min-w-0 space-y-1">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user