mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix help transcoding placement
This commit is contained in:
parent
34dd7cb4ca
commit
8e8eb2614b
3 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
<span *ngIf="labelHtml" [innerHTML]="labelHtml"></span>
|
||||
</label>
|
||||
|
||||
<my-help *ngIf="helpHtml" tooltipPlacement="top" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help>
|
||||
<my-help *ngIf="helpHtml" [tooltipPlacement]="helpPlacement" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue