Merge pull request #900 from ONLYOFFICE/bugfix/fixed-combo-box-styles

Web: Components: fixed combo-button
This commit is contained in:
Nikita Gopienko 2022-10-10 15:59:17 +03:00 committed by GitHub
commit f61a303e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ class ComboButton extends React.Component {
/>
</StyledIcon>
)}
{selectedOption.label && (
<Text
noBorder={noBorder}
title={selectedOption.label}
@ -90,7 +90,6 @@ class ComboButton extends React.Component {
>
{selectedOption.label}
</Text>
)}
<StyledArrowIcon
needDisplay={withOptions || withAdvancedOptions}