Skip to content

Commit

Permalink
Merge pull request #88 from swiss/bugfix/share-modal-width
Browse files Browse the repository at this point in the history
fix(modal): fix modal share icons allignment
  • Loading branch information
satefan authored Aug 30, 2024
2 parents 6e7a030 + 796c8d2 commit 9901105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/detailPageSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
<template v-slot:body>
<Card type="default">
<template v-slot:description>
<div class="flex flex-wrap gap-6">
<div class="flex flex-wrap gap-6 justify-center">
<a href="#" class="link" title="Share on Facebook">
<SvgIcon size="2xl" icon="Facebook" label="Facebook" />
</a>
Expand Down

0 comments on commit 9901105

Please sign in to comment.