fix small screen spacing.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-10-31 23:41:23 -06:00
parent 745b262dfc
commit f6e0873d83
4 changed files with 37 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ namespace CarCareTracker.Helper
case "PastDue":
return "Past Due";
default:
return input.ToString();
return input;
}
}