Skip to content

Commit 32c8b8f

Browse files
authored
PD-5182 add margin to affiliation details (#2798)
* PD-5182 add margin to affiliation details * PD-5182 remove mistakenly added class --------- Co-authored-by: andrej romanov <50377758+auumgn@users.noreply.github.com>
1 parent cf2c315 commit 32c8b8f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/record/components/affiliation/affiliation.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@
9898
</app-panel-data>
9999

100100
<!-- DATA DISPLAY WHEN "MORE DETAILS" IS CLICKED -->
101-
<app-panel-data [borderBottom]="false" *ngIf="panelDetailsState?.state">
101+
<app-panel-data
102+
class="mt-4"
103+
[borderBottom]="false"
104+
*ngIf="panelDetailsState?.state"
105+
>
102106
<!-- ORGANIZATION DISAMBIGUATED IDS-->
103107
<app-org-identifier
104108
[orgDisambiguated]="orgDisambiguated"

0 commit comments

Comments
 (0)