Merge pull request #1096 from ONLYOFFICE/combobox-arrow

fixed bug with arrow
This commit is contained in:
Alexey Safronov 2022-12-01 17:56:30 +03:00 committed by GitHub
commit 1058e30a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,9 +101,11 @@ const StyledComboBox = styled(ComboBox)`
text-decoration: none;
}
display: flex;
align-items: center;
justify-content: center;
.combo-buttons_arrow-icon {
margin-top: 6px;
margin-right: 8px;
margin-left: 2px;
}
@ -111,6 +113,7 @@ const StyledComboBox = styled(ComboBox)`
.combo-button {
border-radius: 3px;
height: auto;
}
`;