found a good value

This commit is contained in:
Miodec 2022-10-26 19:18:59 +02:00
parent 820ef70ed9
commit 67dc086b5a

View file

@ -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"`
: ""
}