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(
|
Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
FlowyText.regular(
|
Flexible(
|
||||||
title,
|
child: FlowyText.regular(
|
||||||
fontSize: FontSizes.s14,
|
title,
|
||||||
fontFamily: GoogleFonts.poppins(
|
fontSize: FontSizes.s14,
|
||||||
fontWeight: FontWeight.w500,
|
fontFamily: GoogleFonts.poppins(
|
||||||
).fontFamily,
|
fontWeight: FontWeight.w500,
|
||||||
|
).fontFamily,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
Tooltip(
|
Tooltip(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user