Skip to content

Commit

Permalink
fix(admin-ui): Add padding to default relation custom field dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 4, 2024
1 parent 690dd0f commit 02e68e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<clr-icon shape="details"></clr-icon>
</button>
<vdr-dropdown-menu>
<div class="result-detail">
<div class="result-detail px-2 py-1">
<vdr-object-tree [value]="item.customFields[customField.name]"></vdr-object-tree>
</div>
</vdr-dropdown-menu>
Expand Down

0 comments on commit 02e68e0

Please sign in to comment.