Skip to content

Commit

Permalink
minor UI cleanup (unwanted dashes or breaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Nov 20, 2023
1 parent 9713565 commit 99968f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const GradingAnomalies: React.FC<{
<div key={`q${qnum}-p${pnum}`}>
<b>
<QuestionName qnum={qnum} name={dbQuestions[qnum].name} />
<span className="mx-2">&mdash;</span>
{!singlePart && <span className="mx-2">&mdash;</span>}
<PartName
anonymous={singlePart}
pnum={pnum}
Expand Down Expand Up @@ -373,7 +373,7 @@ const PerQuestionStats: React.FC<{
>
<b>
<QuestionName qnum={qnum} name={dbQuestions[qnum].name} />
<br />
{!singlePart && <br />}
<PartName
anonymous={singlePart}
pnum={pnum}
Expand Down

0 comments on commit 99968f7

Please sign in to comment.