fix small screen spacing.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace CarCareTracker.Helper
|
||||
case "PastDue":
|
||||
return "Past Due";
|
||||
default:
|
||||
return input.ToString();
|
||||
return input;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user