Commit 3886489a authored by Filipa Lacerda's avatar Filipa Lacerda

Fix class name

parent 58fe13ec
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
<td <td
v-for="key in keys" v-for="key in keys"
:key="key" :key="key"
class="break-all" class="break-word"
> >
{{ item[key] }} {{ item[key] }}
</td> </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment