From fc2df421a99e87ad20ca1f758491b6af476efd56 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 9 Jan 2020 16:54:59 +0100 Subject: Better placement for help tooltip --- client/src/app/shared/forms/peertube-checkbox.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/forms') diff --git a/client/src/app/shared/forms/peertube-checkbox.component.ts b/client/src/app/shared/forms/peertube-checkbox.component.ts index 0303b7e2a..cb7ec8eda 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.ts +++ b/client/src/app/shared/forms/peertube-checkbox.component.ts @@ -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> -- cgit v1.2.3