We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e148f3 + 005bfa5 commit 5108b9fCopy full SHA for 5108b9f
1 file changed
src/components/CommunityPortal/CPDashboard.jsx
@@ -372,7 +372,7 @@ export function CPDashboard() {
372
373
<div className={styles.filterSectionDivider}>
374
{/* Date Filter */}
375
- <div className={styles.filterItem}>
+ <div className={styles.filterItem} style={{ marginTop: '60px' }}>
376
<label htmlFor="date-tomorrow">Dates</label>
377
<div className={styles.radioRow}>
378
<div className={styles.radioGroup}>
@@ -433,7 +433,7 @@ export function CPDashboard() {
433
</div>
434
435
{/* Branches Filter */}
436
+ <div className={styles.filterItem} style={{ marginTop: '80px' }}>
437
<label htmlFor="branches">Branches</label>
438
<Input
439
type="select"
0 commit comments