Skip to content

Commit ffebf55

Browse files
Merge pull request #2251 from AletheiaFact/fix/classification-chip-position
flex start classification chip
2 parents bd9fc00 + 1d8d16f commit ffebf55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Kanban/KanbanCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const KanbanCard = ({ reviewTask, reviewTaskType }: IKanbanCardProps) => {
135135
fontWeight: 700,
136136
padding: "4px 13px",
137137
marginBottom: 8,
138+
alignSelf: "flex-start",
138139
backgroundColor:
139140
reviewColors[
140141
reviewTask.content.props

0 commit comments

Comments
 (0)