mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
d2cc799861
commit
ed78cb4efc
@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user