mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #54078 from nextcloud/fix/files-margin-webdav
This commit is contained in:
commit
9d04729540
3 changed files with 8 additions and 3 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue