mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
use flex flex-wrap instead of grid
this means it isn't limited to 2 cols
This commit is contained in:
@@ -49,7 +49,7 @@ export function MultiAssigneeSelect({
|
||||
const canAddMore = selectedCount < users.length && lastRowHasSelection;
|
||||
|
||||
return (
|
||||
<div className="grid grid-cols-2 gap-1">
|
||||
<div className="flex flex-wrap gap-1">
|
||||
{assigneeIds.map((assigneeId, index) => (
|
||||
<>
|
||||
<div key={`assignee-${index}-${assigneeId}`} className="flex items-center gap-1">
|
||||
|
||||
Reference in New Issue
Block a user