mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: Fix unreleased bug of team dropdown width being static 80px (#23923)
This commit is contained in:
parent
7173271e00
commit
85bef7791c
1 changed files with 0 additions and 4 deletions
|
|
@ -113,10 +113,6 @@ const TeamsDropdown = ({
|
|||
};
|
||||
|
||||
const customStyles: StylesConfig<INumberDropdownOption, false> = {
|
||||
container: (provided) => ({
|
||||
...provided,
|
||||
width: "80px",
|
||||
}),
|
||||
control: (provided, state) => ({
|
||||
...provided,
|
||||
display: "flex",
|
||||
|
|
|
|||
Loading…
Reference in a new issue