mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: login page hint text overflow (#3987)
This commit is contained in:
parent
412f34c72a
commit
9b3c1921e8
@ -257,12 +257,15 @@ class _FolderCard extends StatelessWidget {
|
||||
Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
FlowyText.regular(
|
||||
title,
|
||||
fontSize: FontSizes.s14,
|
||||
fontFamily: GoogleFonts.poppins(
|
||||
fontWeight: FontWeight.w500,
|
||||
).fontFamily,
|
||||
Flexible(
|
||||
child: FlowyText.regular(
|
||||
title,
|
||||
fontSize: FontSizes.s14,
|
||||
fontFamily: GoogleFonts.poppins(
|
||||
fontWeight: FontWeight.w500,
|
||||
).fontFamily,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
Tooltip(
|
||||
decoration: BoxDecoration(
|
||||
|
Loading…
Reference in New Issue
Block a user