]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16199 Styling correction in Select component
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Tue, 29 Mar 2022 13:22:34 +0000 (15:22 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 29 Mar 2022 20:03:37 +0000 (20:03 +0000)
server/sonar-web/src/main/js/components/controls/Select.tsx

index e8b963ef9183b3966e096fc9f9ef5986887bde79..05eea3b355e22e90e7a80b6b9540b0752546837e 100644 (file)
@@ -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',