Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop

This commit is contained in:
majora2007 2022-02-01 15:51:04 +00:00
commit 21d1afdf6f
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<ng-container *ngIf="emailLink !== '' && checkedAccessibility && !accessible">
<p>Use this link to finish setting up the user account due to your server not being accessible outside your local network.</p>
<a href="{{emailLink}}" target="_blank">{{emailLink}}</a>
<a class="email-link" href="{{emailLink}}" target="_blank">{{emailLink}}</a>
</ng-container>
<div class="row no-gutters">

View File

@ -0,0 +1,5 @@
.email-link {
word-break: break-all;
margin-bottom: 15px;
display: block;
}