Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-04-29 13:57:36 +0300
committermarco <marcoambrosini@pm.me>2022-05-02 09:51:20 +0300
commit4365876ffecb8980483322941416d9bb6e29bd9f (patch)
tree08acbcccd4cfbf3c04434e6db4b8ccc57adf6cd4
parent49c5db5c8a272c07a9e340693ed13e9ebed9d076 (diff)
Fix location margin
Signed-off-by: marco <marcoambrosini@pm.me>
-rw-r--r--src/components/RightSidebar/SharedItems/SharedItems.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/RightSidebar/SharedItems/SharedItems.vue b/src/components/RightSidebar/SharedItems/SharedItems.vue
index 6e6d0faa4..7a7a15472 100644
--- a/src/components/RightSidebar/SharedItems/SharedItems.vue
+++ b/src/components/RightSidebar/SharedItems/SharedItems.vue
@@ -112,6 +112,7 @@ export default {
&__location {
width: 100%;
height: 150px;
+ margin: 4px 0;
&--nolimit {
width: 33%;