Whitespace dropdown is now correctly displayed

Co-authored-by: Viktor<viktor.egorov@triology.de>
This commit is contained in:
Viktor Egorov
2024-12-09 13:20:02 +01:00
parent 6362b8b262
commit 3ed457a891
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Whitespace dropdown is now correctly displayed after pr create

View File

@@ -65,7 +65,7 @@ const DiffDropDown: FC<DiffDropDownProps> = ({
};
return (
<div className={"dropdown" + (isOpen ? " is-active" : "")}>
<div className={"dropdown is-right " + (isOpen ? " is-active" : "")}>
<div className="dropdown-trigger">
<button onClick={handleOpen} className="button" aria-haspopup="true" aria-controls="dropdown-menu2">
<span className="icon is-small">