Skip to content

Commit

Permalink
feat(Analytics): update clear all button styles and class name for im…
Browse files Browse the repository at this point in the history
…proved layout
  • Loading branch information
jalezi committed Jan 13, 2025
1 parent 9737706 commit fb08c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/Analytics/Cards/prod/FilterForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
flex-wrap: wrap;
}

.MunValueContainer {
min-width: 28ch;
.MunClearAll {
min-width: 29.5ch; /* hardcoded based on input base minWidth in TaskA.FilterForm component */
}
2 changes: 1 addition & 1 deletion src/pages/Analytics/Cards/prod/TaskA/FilterForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const FilterForm = forwardRef(
ValueContainer: props => (
<CustomValueContainer
text={tButtons.clearAll}
clearAllClassName={styles.MunValueContainer}
clearAllClassName={styles.MunClearAll}
{...props}
/>
),
Expand Down

0 comments on commit fb08c9f

Please sign in to comment.