diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-03-28 14:19:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-03-28 14:19:27 +0100 |
commit | 397264f3612bf9a45b55532a3ae6d0c3879d15ba (patch) | |
tree | 17c53a4d081f0b3654bcb3c03ed4effc84a3b2a0 /core/js | |
parent | d3752ca1e925c3aed46c13f7ea26c8f540db05e0 (diff) | |
download | nextcloud-server-397264f3612bf9a45b55532a3ae6d0c3879d15ba.tar.gz nextcloud-server-397264f3612bf9a45b55532a3ae6d0c3879d15ba.zip |
Add more spacing to the file picker dialog
Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/oc-dialogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index 0c046d8ef0e..df139ed9797 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -693,7 +693,7 @@ var OCdialogs = { } $template.octemplate({ dir: '', - name: ' ' // Ugly but works ;) + name: ' ' // Ugly but works ;) }, {escapeFunction: null}).addClass('home svg').prependTo(this.$dirTree); }, /** |