mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
fix: weird column sizing issue for assignee (only happened in tauri)
This commit is contained in:
@@ -52,7 +52,7 @@ export function IssuesTable({
|
||||
<TableCell className="overflow-hide">{issueData.Issue.description}</TableCell>
|
||||
)}
|
||||
{(columns.assignee == null || columns.assignee === true) && (
|
||||
<TableCell className={"w-[0px] text-center px-1 py-0"}>
|
||||
<TableCell className={"w-[1px] text-center px-1 py-0"}>
|
||||
{issueData.User ? <Avatar user={issueData.User} size={6} /> : "?"}
|
||||
</TableCell>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user