Skip to content

Commit

Permalink
Fix enhanced robogrades styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sarikaya committed Jul 17, 2024
1 parent b94e16c commit 995f125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export function GradesForm({ task }: Props): JSX.Element | null {
{enhancedRobogradesVisibility ? (
<Col span={10}>
<Collapse defaultActiveKey={['1']}>
<Panel header='Enhanced Robogrades' key='1'>
<Panel header='Enhanced Robogrades' key='1' className='grades-form-robogrades'>
<Typography.Text strong className='grades-form-inner-title'>
Front of Card
</Typography.Text>
Expand Down

0 comments on commit 995f125

Please sign in to comment.