diff --git a/superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx b/superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx index 017d1e1c4..102723cdb 100644 --- a/superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx +++ b/superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx @@ -149,7 +149,7 @@ export default class AdhocFilterEditPopover extends React.Component { defaultActiveKey={adhocFilter.expressionType} className="adhoc-filter-edit-tabs" data-test="adhoc-filter-edit-tabs" - style={{ height: this.state.height, width: this.state.width }} + style={{ minHeight: this.state.height, width: this.state.width }} allowOverflow > theme.colors.grayscale.light1}; + width: max-content; } `;