fix(dashboard): Change class name on last Droppable in a column (#28395)

This commit is contained in:
Ross Mabbett 2024-05-10 15:13:54 -04:00 committed by GitHub
parent e91669821e
commit b0157649af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class Column extends React.PureComponent {
className={cx(
'empty-droptarget',
itemIndex === columnItems.length - 1 &&
'droptarget-edge',
'droptarget-edge-last',
)}
editMode
>