refactor(clean): removed useless br tags

This commit is contained in:
Corentin Thomasset 2023-04-19 22:44:22 +02:00 committed by Corentin THOMASSET
parent c45bce36f9
commit 74073f5038
13 changed files with 21 additions and 43 deletions

View file

@ -1,6 +1,6 @@
<template>
<n-scrollbar style="flex: 1" x-scrollable>
<n-space :wrap="false" style="flex: 1" justify="center" :size="0">
<n-space :wrap="false" style="flex: 1" justify="center" :size="0" mb-5>
<div v-for="(suite, index) of suites" :key="index">
<n-card style="width: 292px; margin: 0 8px 5px">
<n-form-item label="Suite name:" :show-feedback="false" label-placement="left">
@ -28,7 +28,6 @@
</n-space>
</div>
</n-space>
<br />
</n-scrollbar>
<div style="flex: 0 0 100%">
@ -69,8 +68,7 @@
</tr>
</tbody>
</n-table>
<br />
<n-space justify="center">
<n-space justify="center" mt-5>
<c-button @click="copyAsMarkdown">Copy as markdown table</c-button>
<c-button @click="copyAsBulletList">Copy as bullet list</c-button>
</n-space>