diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:01 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:01 -0700 |
commit | 315de821c109a2ac45f4cb553890f941d33104bd (patch) | |
tree | 3f9a77345cb0ca36729e1f001eb3e88e2a2be147 /extension/react-app/src/components/ComboBox.tsx | |
parent | bc8a3aa9cca9fca058803ebd027ee3301479cef4 (diff) | |
download | sncontinue-315de821c109a2ac45f4cb553890f941d33104bd.tar.gz sncontinue-315de821c109a2ac45f4cb553890f941d33104bd.tar.bz2 sncontinue-315de821c109a2ac45f4cb553890f941d33104bd.zip |
check for codespaces, stream edits
Diffstat (limited to 'extension/react-app/src/components/ComboBox.tsx')
-rw-r--r-- | extension/react-app/src/components/ComboBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx index 8c1f80e0..1a3a2b90 100644 --- a/extension/react-app/src/components/ComboBox.tsx +++ b/extension/react-app/src/components/ComboBox.tsx @@ -122,7 +122,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => { target.style.height = "auto"; target.style.height = `${Math.min( target.scrollHeight, - 200 + 300 ).toString()}px`; }, onKeyDown: (event) => { |