Client: PortalSettings: SSO: fix combobox style

This commit is contained in:
Viktor Fomin 2023-11-02 13:31:13 +03:00
parent 38518d567e
commit cc158be84f

View File

@ -39,6 +39,11 @@ const SsoComboBox = (props) => {
selectedOption={currentOption}
showDisabledItems
tabIndex={tabIndex}
size="content"
dropDownMaxHeight={364}
manualWidth="100%"
directionY="both"
textOverflow={true}
/>
</StyledInputWrapper>
</FieldContainer>