Skip to content

Commit

Permalink
Fleet UI: Fix unreleased bug of team dropdown width being static 80px (
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelElysia authored Nov 18, 2024
1 parent 7173271 commit 85bef77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/components/TeamsDropdown/TeamsDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ const TeamsDropdown = ({
};

const customStyles: StylesConfig<INumberDropdownOption, false> = {
container: (provided) => ({
...provided,
width: "80px",
}),
control: (provided, state) => ({
...provided,
display: "flex",
Expand Down

0 comments on commit 85bef77

Please sign in to comment.