Skip to content

Commit

Permalink
Formatting Question List
Browse files Browse the repository at this point in the history
  • Loading branch information
ravielze committed Aug 17, 2022
1 parent 3929577 commit ed72028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Assignments/EditTopic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const QuestionItemList = (item: Question) => {

return (
<>
<div className="flex flex-col">
<div className="flex flex-col whitespace-pre-line">
<span>{item.question_no}. {item.question}
<Tag className='ml-5' color="lime">Score: {item.score}</Tag>
<Tag className='ml-1' color={colorMappers[item.metadata.type]}>{item.metadata.type}</Tag>
Expand Down

0 comments on commit ed72028

Please sign in to comment.