Skip to content
Snippets Groups Projects
Unverified Commit 3a179fe5 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Fix style of the sharing setting checkbox (#18628)

Fix style of the sharing setting checkbox
parents 014f25f8 272aa923
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -22,11 +22,14 @@
<template>
<div id="files-sharing-personal-settings" class="section">
<h2>{{ t('files', 'Sharing') }}</h2>
<input id="files-sharing-personal-settings-accept"
v-model="accepting"
type="checkbox"
@change="toggleEnabled">
<label for="files-sharing-personal-settings-accept">{{ t('files_sharing', 'Accept user and group shares by default') }}</label>
<p>
<input id="files-sharing-personal-settings-accept"
v-model="accepting"
class="checkbox"
type="checkbox"
@change="toggleEnabled">
<label for="files-sharing-personal-settings-accept">{{ t('files_sharing', 'Accept user and group shares by default') }}</label>
</p>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment