rusackas commented on a change in pull request #11528:
URL: 
https://github.com/apache/incubator-superset/pull/11528#discussion_r517029761



##########
File path: superset-frontend/src/common/components/index.tsx
##########
@@ -43,6 +43,11 @@ export const MenuItem = styled(AntdMenu.Item)`
   > a {
     text-decoration: none;
   }
+
+  &.ant-menu-item {
+    height: 30px;
+    line-height: 30px;
+  }

Review comment:
       There's another trick that might work:
   ```
   && {
    ...styles
   }
   ```
   ... which would double-select the emotion classname to bump the specificity 
point value. Anyway, that's weird too, so no worries. At least we're not using 
`!important`!




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to