Skip to content

Commit

Permalink
Changed Text Alignment of Buttons in Orgs Autocomplete (CRASM-745) (#670
Browse files Browse the repository at this point in the history
)

* Changed alignment of buttons in orgs autocomplete

- Changed justifyContent of buttons in the Li from "start" to "left".

* Added textAlign left to autocomplete buttons
  • Loading branch information
hawkishpolicy authored Oct 7, 2024
1 parent 761d16b commit 4592e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/RegionAndOrganizationFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,13 @@ export const RegionAndOrganizationFilters: React.FC<
height: '100%',
width: '100%',
display: 'flex',
textAlign: 'left',
justifyContent: 'start',
fontWeight: 400,
color: 'black',
textTransform: 'none'
}}
id="search-org-button"
onClick={() =>
setTimeout(() => {
handleAddOrganization(option);
Expand Down

0 comments on commit 4592e56

Please sign in to comment.