Skip to content

Commit

Permalink
fix public page email section wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Aug 30, 2024
1 parent 861706c commit 5f1454a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/cdk/side-bar/side-bar/side-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@
!loadingTogglz
"
>
<h4 header i18n="@@side-bar.emailAddresses">Email addresses</h4>
<h4 header i18n="@@side-bar.emailAddressesUppercase">
Email addresses
</h4>
<app-panel-element
*ngFor="let email of userRecord?.emails?.emails; let last = last"
[visibility]="email.verified ? email.visibility : 'PRIVATE'"
Expand Down
5 changes: 5 additions & 0 deletions src/app/cdk/side-bar/side-bar/side-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,22 @@ hr {
.verification-icon {
height: 28px;
width: 28px;
min-width: 28px;
font-size: 28px;
margin-right: 8px;
}

.last-public-email-or-domain {
margin-bottom: -8px;
}

.public-email-or-domain {
::ng-deep hr {
margin: 16px 0 16px 0;
}
div {
flex-wrap: nowrap !important;
}
}

.email-section {
Expand Down

0 comments on commit 5f1454a

Please sign in to comment.