changes
This commit is contained in:
@@ -86,7 +86,7 @@ class TendersListItem extends StatelessWidget {
|
||||
child: Text(
|
||||
tender.description!,
|
||||
textAlign: TextAlign.left,
|
||||
maxLines: 6,
|
||||
maxLines: 4,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: 14.0.sp(),
|
||||
@@ -95,7 +95,8 @@ class TendersListItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
SizedBox(height: 18.0.h()),
|
||||
Spacer(),
|
||||
// SizedBox(height: 18.0.h()),
|
||||
TenderCardProgressBar(),
|
||||
SizedBox(height: 15.0.h()),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user