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



##########
File path: superset-frontend/src/dashboard/components/DashboardBuilder.jsx
##########
@@ -69,6 +71,30 @@ const defaultProps = {
   colorScheme: undefined,
 };
 
+const StyledDashboardContent = styled.div`
+  display: flex;
+  flex-direction: row;
+  flex-wrap: nowrap;
+  height: auto;
+
+  .grid-container .dashboard-component-tabs {
+    box-shadow: none;
+    padding-left: 0;
+  }
+
+  & > div:first-child {
+    width: 100%;
+    flex-grow: 1;
+    position: relative;
+  }
+
+  .dashboard-component-chart-holder {
+    // transitionable traits to show filter relevance
+    transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
+    border: 2px solid transparent;

Review comment:
       ```suggestion
       border: ${({ theme }) => theme.gridUnit /2}px solid transparent;
   ```




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