Skip to content

Commit

Permalink
VKT(Frontend): Adjust gap
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Jan 2, 2025
1 parent 4004b1b commit d6904c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const ExamAndEnrollmentDetailsSection = ({
<H2>{t('heading')}</H2>
</div>
{enrollment.examEvent && (
<div className="rows">
<div className="rows gapped-xxs">
<H3>{t('header.examEvent')}:</H3>
<Text>
{ExamEventUtils.languageAndLevelText(
Expand Down

0 comments on commit d6904c9

Please sign in to comment.