Skip to content

Commit 116e378

Browse files
committed
Fix HTML styling
1 parent a406d9f commit 116e378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuestionTypes/MatrixType.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class='f-matrix-wrap'>
2+
<div class="f-matrix-wrap">
33
<table
44
class="f-matrix-table"
55
v-bind:class="{ 'f-matrix-multiple': question.multiple }"

0 commit comments

Comments
 (0)