Skip to content

Commit e8dacff

Browse files
committed
Removed style.
1 parent 652e941 commit e8dacff

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
span.text-contents{
2-
padding: var(--bs-btn-padding-y) 0;
3-
}
1+

src/app/shared/form/builder/ds-dynamic-form-ui/existing-relation-list-element/existing-relation-list-element.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="d-flex">
2-
<div class="flex-grow-1 mr-auto text-contents">
2+
<div class="flex-grow-1 mr-auto">
33
<ng-container *ngIf="!(relatedItem$ | async)">
44
<ds-themed-loading [showMessage]="false"></ds-themed-loading>
55
</ng-container>

0 commit comments

Comments
 (0)