Skip to content

Commit

Permalink
fix: leading
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent 26edd80 commit fd79c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DoExercise/Question.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="">
<div class="mb-5">
<h1 v-html="props.name" class="mb-2"></h1>
<p v-for="(ans, idx) in props.answers" :key="ans.id" class="text-[1rem] mb-4 px-1 flex items-center">
<p v-for="(ans, idx) in props.answers" :key="ans.id" class="text-[1rem] leading-4 mb-4 px-1 flex items-center">
<input
:id="'question-'+props.questionId"
type="radio"
Expand Down

0 comments on commit fd79c33

Please sign in to comment.