push bug fixes

This commit is contained in:
ashrafzarkanisala
2024-08-28 21:02:51 +03:00
parent adf19818e7
commit 5f8957c9c1
4 changed files with 11 additions and 6 deletions

View File

@ -196,6 +196,7 @@ class _DynamicTableState extends State<DynamicTable> {
fontSize: 13,
color: Color(0xFF999999),
),
maxLines: 2,
),
),
),
@ -254,6 +255,7 @@ class _DynamicTableState extends State<DynamicTable> {
: statusColor,
fontSize: 10,
fontWeight: FontWeight.w400),
maxLines: 2,
),
),
);