Skip to content

Commit

Permalink
Merge pull request #326 from amaury-hanser/fix/css
Browse files Browse the repository at this point in the history
Minor updates on the styles
  • Loading branch information
elisegriset92 authored Aug 13, 2021
2 parents 77b5551 + 0ed2ec0 commit 0abc62e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _dev/src/assets/scss/components/_modal.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.ps_gs-modal {
overflow-y: auto;

&__header {
border: none;
min-height: auto;
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/components/google-account/google-account-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
</p>
<div
v-else
class="d-flex align-items-center p-3 border rounded"
>
<img
class="mr-3 rounded-circle"
Expand All @@ -66,7 +67,7 @@
:href="$options.googleUrl.manageGoogleAccount"
:title="$t('cta.goToYourX', [$t('badge.googleAccount')])"
target="_blank"
class="external_link-no_icon link-regular"
class="external_link-no_icon link-regular text-break"
>
<strong>{{ user.details.email }}</strong>
</a>
Expand Down

0 comments on commit 0abc62e

Please sign in to comment.