Fix the border radius on milestone cards when there are no items
What does this MR do and why?
Fix the border radius on milestone cards when there are no items
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Checkout this branch and run gdk locally
- Go to any project's milestone page and open a single milestone that has 0 work items or 0 items on any categories like Unstarted, Ongoing or Completed
- Notice the rounded border radius on card item header that has 0 items
- Compare to master branch where it wasn't rounded (Check screenshots for better clarity)

