diff --git a/src/components/CommunityPortal/CPDashboard.jsx b/src/components/CommunityPortal/CPDashboard.jsx index 8083c8a876..ed3c8495d5 100644 --- a/src/components/CommunityPortal/CPDashboard.jsx +++ b/src/components/CommunityPortal/CPDashboard.jsx @@ -387,7 +387,9 @@ export function CPDashboard() { setSelectedDate(e.target.value)} style={{ marginTop: '10px' }} @@ -412,21 +414,21 @@ export function CPDashboard() {
- +
- +
- +
diff --git a/src/components/CommunityPortal/CPDashboard.module.css b/src/components/CommunityPortal/CPDashboard.module.css index fe0ba38538..f28d963c72 100644 --- a/src/components/CommunityPortal/CPDashboard.module.css +++ b/src/components/CommunityPortal/CPDashboard.module.css @@ -296,6 +296,10 @@ background-size: 1em; } +.rectangularDropdown { + border-radius: 0 !important; +} + .filterItem label { display: block; font-weight: 600;