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



##########
File path: superset-frontend/src/dashboard/stylesheets/components/chart.less
##########
@@ -109,10 +113,7 @@
 }
 
 .slice-header-controls-trigger {
-  padding: 0 16px;
-  position: absolute;
-  top: 0;
-  right: -16px; //increase the click-able area for the button
+  padding: 2px 6px;

Review comment:
       ```suggestion
     padding: ${({ theme }) => theme.gridUnit / 2}px ${({ theme }) => 
theme.gridUnit * 1.5}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.

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