diff --git a/frontend/src/ts/elements/input-indicator.ts b/frontend/src/ts/elements/input-indicator.ts index e17c8fc7e..297b58b95 100644 --- a/frontend/src/ts/elements/input-indicator.ts +++ b/frontend/src/ts/elements/input-indicator.ts @@ -30,8 +30,7 @@ export class InputIndicator { data-option-id="${optionId}" ${ - //todo: find a good value for this - (option.message?.length ?? 0) > 20 + (option.message?.length ?? 0) > 27 ? `data-balloon-length="large"` : "" }