fix vote card

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-24 12:47:46 +08:00
parent b46cb69df4
commit fcf4e72d8e
2 changed files with 4 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ Widget addWidget(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
vote.desc!,
vote.title!,
maxLines: 1,
overflow: TextOverflow.ellipsis,
),