Skip to content

Commit

Permalink
Revert "avoid overlap of dataset title and language selector"
Browse files Browse the repository at this point in the history
This reverts commit 87d599d.
Wait for #8204

Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Sep 19, 2024
1 parent 87d599d commit c831903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
margin-right: 4px;
}

&__popover {
overflow: hidden;
}

&__advancedButton {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export const DatasetSelector = ({
</EuiButtonEmpty>
</EuiToolTip>
}
className="datasetSelector__popover"
isOpen={isOpen}
closePopover={closePopover}
anchorPosition="downLeft"
Expand Down

0 comments on commit c831903

Please sign in to comment.