Skip to content

Commit

Permalink
fix dropdown issue (#2765)
Browse files Browse the repository at this point in the history
Co-authored-by: OptimaCoders <[email protected]>
  • Loading branch information
yashaghane21 and optimacoders authored Dec 24, 2024
1 parent ec91a82 commit b465221
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function organizationActionItems(): JSX.Element {
return (
<div>
{/* Header with search, filter and Create Button */}
<div className={`${styles.btnsContainer} `}>
<div className={`${styles.btnsContainer} gap-3 flex-wrap`}>
<div className={`${styles.input} `}>
<Form.Control
type="name"
Expand All @@ -387,8 +387,8 @@ function organizationActionItems(): JSX.Element {
<Search />
</Button>
</div>
<div className="md:d-flex gap-3 mb-1">
<div className="d-flex justify-space-between align-items-center gap-3 overflow-y-auto">
<div className="d-flex gap-3 flex-wrap ">
<div className="d-flex gap-3 justify-content-between">
<Dropdown>
<Dropdown.Toggle
variant="success"
Expand Down

0 comments on commit b465221

Please sign in to comment.