Skip to content

Commit

Permalink
feat(dh): adjust icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jan 22, 2024
1 parent 4242763 commit 1b51dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
padding-bottom: 10px;
@apply border-b border-gray-300;
}

:host ::ng-deep gn-ui-copy-text-button button mat-icon {
transform: scale(0.8);
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</div>
<div *ngIf="metadata.uniqueIdentifier">
<p class="text-sm" translate>record.metadata.uniqueId</p>
<div class="flex flex-row content-align gap-2">
<div class="flex flex-row content-align items-end gap-1">
<gn-ui-copy-text-button
[text]="metadata.uniqueIdentifier"
[tooltipText]="'tooltip.id.copy' | translate"
Expand Down

0 comments on commit 1b51dcc

Please sign in to comment.