change(ui): card title lenght

This commit is contained in:
Shekar Siri 2023-07-11 14:26:14 +02:00
parent ecbc42a03f
commit a2968e8cc5

View file

@ -61,6 +61,7 @@ function WidgetName(props: Props) {
onChange={write}
onBlur={() => onBlur()}
onFocus={() => setEditing(true)}
maxLength={80}
/>
) : (
// @ts-ignore