1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Better placement for help tooltip

This commit is contained in:
Rigel Kent 2020-01-09 16:54:59 +01:00
parent 205ed5b7dc
commit fc2df421a9
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor, AfterCon
@Input() inputName: string
@Input() labelText: string
@Input() labelInnerHTML: string
@Input() helpPlacement = 'top'
@Input() helpPlacement = 'top auto'
@Input() disabled = false
@ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective<'label' | 'help'>>