Merge pull request #54078 from nextcloud/fix/files-margin-webdav

This commit is contained in:
John Molakvoæ 2025-07-24 19:27:24 +02:00 committed by GitHub
commit 9d04729540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -79,6 +79,7 @@
:success="webdavUrlCopied"
:trailing-button-label="t('files', 'Copy to clipboard')"
:value="webdavUrl"
class="webdav-url-input"
readonly="readonly"
type="url"
@focus="$event.target.select()"
@ -429,4 +430,8 @@ export default {
white-space: nowrap;
}
}
.webdav-url-input {
margin-block-end: 0.5rem;
}
</style>

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long