mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-01 02:24:37 +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(
|
||||
name,
|
||||
fontSize: 14.0,
|
||||
Expanded(
|
||||
child: FlowyText.medium(
|
||||
name,
|
||||
fontSize: 14.0,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user