Skip to content
Snippets Groups Projects
Unverified Commit 603a48cf authored by Gary Kim's avatar Gary Kim
Browse files

Add more padding in transfer ownership


Signed-off-by: default avatarGary Kim <gary@garykim.dev>
parent 31c74e87
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.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div> <div>
<h3>{{ t('files', 'Transfer ownership of a file or folder') }} </h3> <h3>{{ t('files', 'Transfer ownership of a file or folder') }} </h3>
<form @submit.prevent="submit"> <form @submit.prevent="submit">
<p> <p class="transfer-select-row">
<span>{{ readableDirectory }}</span> <span>{{ readableDirectory }}</span>
<button v-if="directory === undefined" @click.prevent="start"> <button v-if="directory === undefined" @click.prevent="start">
{{ t('files', 'Choose file or folder to transfer') }} {{ t('files', 'Choose file or folder to transfer') }}
...@@ -243,4 +243,9 @@ p { ...@@ -243,4 +243,9 @@ p {
} }
} }
} }
.transfer-select-row {
span {
margin-right: 8px;
}
}
</style> </style>
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