Skip to content

Commit 9d04729

Browse files
authored
Merge pull request #54078 from nextcloud/fix/files-margin-webdav
2 parents cb410cd + 673b542 commit 9d04729

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

apps/files/src/views/Settings.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
:success="webdavUrlCopied"
8080
:trailing-button-label="t('files', 'Copy to clipboard')"
8181
:value="webdavUrl"
82+
class="webdav-url-input"
8283
readonly="readonly"
8384
type="url"
8485
@focus="$event.target.select()"
@@ -429,4 +430,8 @@ export default {
429430
white-space: nowrap;
430431
}
431432
}
433+
434+
.webdav-url-input {
435+
margin-block-end: 0.5rem;
436+
}
432437
</style>

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)