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

pull/54020/head
John Molakvoæ 3 months ago committed by GitHub
commit 9d04729540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      apps/files/src/views/Settings.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

@ -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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save