Skip to content

Commit 1ef247b

Browse files
committed
style(texteditor): remove extra space for answer/hint editors
1 parent 5a6d835 commit 1ef247b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • contentcuration/contentcuration/frontend/channelEdit/components/AssessmentEditor

contentcuration/contentcuration/frontend/channelEdit/components/AssessmentEditor/AssessmentEditor.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<VCardText>
2828
<VLayout align-start>
2929
<VFlex
30-
xs1
30+
:style="{ 'margin-right': '1.5rem' }"
31+
shrink
3132
mt-2
3233
>
3334
{{ idx + 1 }}
@@ -45,7 +46,7 @@
4546

4647
<VFlex
4748
v-else
48-
xs10
49+
xs11
4950
>
5051
<AssessmentItemEditor
5152
:item="item"

0 commit comments

Comments
 (0)