We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ac060 commit cbd1402Copy full SHA for cbd1402
src/app/shared/components/resource-card/resource-card.component.html
@@ -4,6 +4,8 @@
4
<p-accordion-header class="flex flex-row align-items-start gap-3 p-0">
5
<div osfStopPropagation class="flex flex-column align-items-start gap-2">
6
<p class="type py-1 px-3 font-bold">{{ cardTypeLabel() | translate }}</p>
7
+ </div>
8
+ </p-accordion-header>
9
10
<div class="flex align-items-center gap-2">
11
<h2>
@@ -111,8 +113,6 @@ <h2>
111
113
[hasSupplements]="resource().hasSupplementalResource"
112
114
/>
115
}
- </div>
- </p-accordion-header>
116
<p-accordion-content>
117
<div class="flex flex-column pt-1">
118
<hr class="w-full break-line my-2" />
0 commit comments