Skip to content

Commit 7f80458

Browse files
committed
reduce font size
1 parent 7c6c067 commit 7f80458

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

src/app/file-browser/components/sharing-dialog/sharing-dialog.component.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,19 @@
8080
</select>
8181
</div>
8282
<div class="sharing-explanation">
83-
Entering an archive name filters the available archives to share with.
84-
If you cannot find the archive you are looking for, enter an email
85-
address. If an account does not exist, send a share invitation email
86-
to that address. If an account does exist, the default archive
87-
associated with that account will be listed.
88-
<a
89-
[href]="
90-
'https://permanent.zohodesk.com/portal/en/kb/articles/default-archives'
91-
"
92-
>Learn more.</a
93-
>
83+
<small>
84+
Entering an archive name filters the available archives to share
85+
with. If you cannot find the archive you are looking for, enter an
86+
email address. If an account does not exist, send a share invitation
87+
email to that address. If an account does exist, the default archive
88+
associated with that account will be listed.
89+
<a
90+
[href]="
91+
'https://permanent.zohodesk.com/portal/en/kb/articles/default-archives'
92+
"
93+
>Learn more.</a
94+
>
95+
</small>
9496
</div>
9597
<ng-container *ngIf="!shares?.length && !pendingShares?.length">
9698
<div class="shares-empty">Not shared with anyone</div>

0 commit comments

Comments
 (0)