michael-s-molina commented on a change in pull request #19236:
URL: https://github.com/apache/superset/pull/19236#discussion_r830291741



##########
File path: 
superset-frontend/src/views/CRUD/data/database/DatabaseModal/styles.ts
##########
@@ -284,85 +280,86 @@ export const validatedFormStyles = (theme: SupersetTheme) 
=> css`
 `;
 
 export const StyledInputContainer = styled.div`
-  margin-bottom: ${({ theme }) => theme.gridUnit * 6}px;
-  &.mb-0 {
-    margin-bottom: 0;
-  }
-  &.mb-8 {
-    margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
-  }
-
-  .control-label {
-    color: ${({ theme }) => theme.colors.grayscale.dark1};
-    font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
-    margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
-  }
+  ${({ theme }) => css`
+    margin-bottom: ${theme.gridUnit * 6}px;
+    &.mb-0 {
+      margin-bottom: 0;
+    }
+    &.mb-8 {
+      margin-bottom: ${theme.gridUnit * 2}px;
+    }
 
-  &.extra-container {
-    padding-top: 8px;
-  }
+    .control-label {
+      color: ${theme.colors.grayscale.dark1};
+      font-size: ${theme.typography.sizes.s - 1}px;
+      margin-bottom: ${theme.gridUnit * 2}px;
+    }
 
-  .input-container {
-    display: flex;
-    align-items: top;
+    &.extra-container {
+      padding-top: 8px;

Review comment:
       ```suggestion
         padding-top: ${theme.gridUnit * 2}px;
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to