💄 Limit realm card max description line
This commit is contained in:
@@ -57,6 +57,8 @@ class RealmListTile extends StatelessWidget {
|
|||||||
).textStyle(Theme.of(context).textTheme.titleMedium!),
|
).textStyle(Theme.of(context).textTheme.titleMedium!),
|
||||||
Text(
|
Text(
|
||||||
realm.description,
|
realm.description,
|
||||||
|
maxLines: 2,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
).textStyle(Theme.of(context).textTheme.bodySmall!),
|
).textStyle(Theme.of(context).textTheme.bodySmall!),
|
||||||
],
|
],
|
||||||
).padding(horizontal: 24, bottom: 14),
|
).padding(horizontal: 24, bottom: 14),
|
||||||
|
Reference in New Issue
Block a user