rusackas commented on a change in pull request #14529:
URL: https://github.com/apache/superset/pull/14529#discussion_r631597012
##########
File path: superset-frontend/src/explore/components/ControlPanelsContainer.tsx
##########
@@ -211,7 +212,36 @@ export class ControlPanelsContainer extends
React.Component<ControlPanelsContain
return (
<Collapse.Panel
- className="control-panel-section"
+ data-test="collapsible-control-panel"
+ css={theme => css`
+ margin-bottom: 0;
+ box-shadow: none;
+
+ &:last-child {
+ padding-bottom: ${theme.gridUnit * 10}px;
+ }
+
+ .panel-body {
+ margin-left: ${theme.gridUnit * 4}px;
+ padding-bottom: 0px;
+ }
+
+ .control-label {
+ margin-bottom: 0px;
+ position: relative;
+ span + span {
Review comment:
I think they're a little more solid now too... see if you can break it 🤞
--
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]