Skip to content

Commit

Permalink
fix(2594): makes name & email selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
tHe-AK committed Sep 24, 2024
1 parent 97963c0 commit 4ad9e56
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 @@ -12,7 +12,7 @@
<mat-icon svgIcon="arrow-back"></mat-icon>
</button>

<div>
<div class="user-data">
<h3 class="profile-name">{{ userData.name }}</h3>
<p>{{ userData.name }}</p>
<p>{{ userData.email }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
display: flex;
align-items: flex-start;

.user-data {
z-index: 2;
}

.profile-name {
margin-top: $margin-8;
}
Expand Down

0 comments on commit 4ad9e56

Please sign in to comment.