Skip to content

Commit

Permalink
removed space between file/link path and icon/buttons getting an unde…
Browse files Browse the repository at this point in the history
…rline
  • Loading branch information
michaelchadwick committed Jul 19, 2024
1 parent 0e9c558 commit 297e616
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@
{{t "general.link"}}:
</label>
<span class="link">
<a href={{this.link}} target="_blank" rel="noopener noreferrer">
{{this.link}}
</a>
<a href={{this.link}} target="_blank" rel="noopener noreferrer">{{this.link}}</a>
<CopyButton @clipboardText={{this.link}} @success={{perform this.textCopied}}>
<FaIcon @icon="copy" @title={{t "general.copyLink"}} />
</CopyButton>
Expand All @@ -189,9 +187,7 @@
</label>
<span class="downloadurl">
{{#if (eq this.mimetype "application/pdf")}}
<a href="{{this.absoluteFileUri}}?inline">
{{this.filename}}
</a>
<a href="{{this.absoluteFileUri}}?inline">{{this.filename}}</a>
<a href={{this.absoluteFileUri}} target="_blank" rel="noopener noreferrer">
<FaIcon @icon="download" @title={{t "general.download"}} />
</a>
Expand Down

0 comments on commit 297e616

Please sign in to comment.