mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-24 15:30:49 +01:00
Whitespace dropdown is now correctly displayed
Co-authored-by: Viktor<viktor.egorov@triology.de>
This commit is contained in:
2
gradle/changelog/fix-whitespace-dropdown.yaml
Normal file
2
gradle/changelog/fix-whitespace-dropdown.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Whitespace dropdown is now correctly displayed after pr create
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user