From: Revanshu Paliwal Date: Tue, 29 Mar 2022 13:22:34 +0000 (+0200) Subject: SONAR-16199 Styling correction in Select component X-Git-Tag: 9.4.0.54424~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=53c133445166cdd2d26e9088f1f69f679b6f9783;p=sonarqube.git SONAR-16199 Styling correction in Select component --- diff --git a/server/sonar-web/src/main/js/components/controls/Select.tsx b/server/sonar-web/src/main/js/components/controls/Select.tsx index e8b963ef918..05eea3b355e 100644 --- a/server/sonar-web/src/main/js/components/controls/Select.tsx +++ b/server/sonar-web/src/main/js/components/controls/Select.tsx @@ -135,7 +135,8 @@ export function selectStyle< maxWidth: '100%', overflow: 'hidden', textOverflow: 'ellipsis', - whiteSpace: 'nowrap' + whiteSpace: 'nowrap', + display: 'flex' }; }, indicatorsContainer: () => ({ @@ -219,12 +220,8 @@ export function selectStyle< textOverflow: 'ellipsis' }), input: () => ({ - padding: '0px', - margin: '0px', - height: '100%', display: 'flex', - alignItems: 'center', - paddingLeft: '1px' + alignItems: 'center' }), loadingIndicator: () => ({ position: 'absolute',