We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d5670 commit 19d4c31Copy full SHA for 19d4c31
src/app/shared/metadata-field-wrapper/metadata-field-wrapper.component.html
@@ -1,8 +1,8 @@
1
<div class="simple-view-element" [class.d-none]="hideIfNoTextContent && content.textContent.trim().length === 0">
2
@if (label) {
3
- <h2 class="simple-view-element-header">{{ label }}</h2>
+ <h2 class="simple-view-element-header">{{ label }}</h2>
4
}
5
- <div #content class="simple-view-element-body d-flex flex-column">
+ <div #content class="simple-view-element-body">
6
<ng-content></ng-content>
7
</div>
8
-</div>
+</div>
0 commit comments