💄 Limit realm card max description line

This commit is contained in:
2025-08-17 13:36:02 +08:00
parent 31b2de2e46
commit 6f1f488490

View File

@@ -57,6 +57,8 @@ class RealmListTile extends StatelessWidget {
).textStyle(Theme.of(context).textTheme.titleMedium!),
Text(
realm.description,
maxLines: 2,
overflow: TextOverflow.ellipsis,
).textStyle(Theme.of(context).textTheme.bodySmall!),
],
).padding(horizontal: 24, bottom: 14),