fix: Labels overflow in peek, detail view (#3995)
This commit is contained in:
parent
901a7703ff
commit
4ea616f1cd
2 changed files with 14 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ export const IssueLabelSelect: React.FC<IIssueLabelSelect> = observer((props) =>
|
|||
query === "" ? options : options?.filter((option) => option.query.toLowerCase().includes(query.toLowerCase()));
|
||||
|
||||
const { styles, attributes } = usePopper(referenceElement, popperElement, {
|
||||
placement: "bottom-start",
|
||||
placement: "bottom-end",
|
||||
modifiers: [
|
||||
{
|
||||
name: "preventOverflow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue