fix: the items in database field menu are not aligned (#4511)

* fix: title in settings page overflow

* fix: the icon and text in database field menu aren't aligned

* fix: the icon and text in database field menu aren't aligned
This commit is contained in:
Lucas.Xu 2024-01-26 22:35:16 +08:00 committed by GitHub
parent d2cc799861
commit ed78cb4efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,12 @@ class MobileSettingItem extends StatelessWidget {
leadingIcon!,
const HSpace(8),
],
FlowyText.medium(
Expanded(
child: FlowyText.medium(
name,
fontSize: 14.0,
overflow: TextOverflow.ellipsis,
),
),
],
),