Merge pull request #147 from WDI-Ideas/RegroupPriyanka

minor changes
This commit is contained in:
priyankahadpad
2024-08-22 19:47:52 +05:30
committed by GitHub

View File

@@ -278,7 +278,7 @@ class _MyCommunityState extends State<MyCommunity> {
SizedBox(
width: 200.w,
child: text18w700_FCFCFC(
child: Text(
joinnedComData.joinedAndRequestedCommunity !=
null &&
joinnedComData
@@ -289,6 +289,15 @@ class _MyCommunityState extends State<MyCommunity> {
.joinedAndRequestedCommunity!
.communityName!
: "",
style: TextStyle(
fontSize: 16.sp,
color: Colors.white,
fontFamily: "Nunito Sans",
),
maxLines:
2, // Set the maximum number of lines
overflow: TextOverflow
.ellipsis, // Truncate the text with an ellipsis
),
),