Skip to content

Commit

Permalink
avoid overlap of dataset title and language selector
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Sep 19, 2024
1 parent c569fb1 commit 87d599d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
margin-right: 4px;
}

&__popover {
overflow: hidden;
}

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

0 comments on commit 87d599d

Please sign in to comment.