Skip to content

Commit

Permalink
Merge pull request #1117 from geonetwork/fix-mel-share-links
Browse files Browse the repository at this point in the history
[MEL]: Fix size of share links
  • Loading branch information
cmoinier authored Feb 13, 2025
2 parents 9237c52 + d82fcd5 commit e01cfe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
</div>
</div>
</div>
<gn-ui-data-view-share
*ngIf="displayViewShare$ | async"
[viewType]="selectedView$ | async"
></gn-ui-data-view-share>
<div class="container-lg lg:mx-auto">
<gn-ui-data-view-share
*ngIf="displayViewShare$ | async"
[viewType]="selectedView$ | async"
></gn-ui-data-view-share>
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container-lg px-5 my-1 lg:mx-auto">
<div class="px-5 my-1">
<mat-tab-group
[selectedIndex]="0"
animationDuration="0ms"
Expand Down

0 comments on commit e01cfe9

Please sign in to comment.