This commit is contained in:
Bnyro
2022-08-11 19:34:35 +02:00
parent 606644608b
commit 58ca23aec9
2 changed files with 7 additions and 3 deletions

View File

@@ -313,8 +313,9 @@
</tr>
</tbody>
</table>
<hr />
<br />
<p v-text="`${$t('information.preferences_note')}`" />
<br />
</template>
<script>
@@ -590,6 +591,6 @@ export default {
<style>
.pref {
@apply flex justify-between items-center mx-[15vw] my-1.5;
@apply flex justify-between items-center mx-[15vw] my-2;
}
</style>