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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-05-27 17:09:35 +0300
committerGitHub <noreply@github.com>2022-05-27 17:09:35 +0300
commitda5cdf5419f360c3f13c0b4218257534a7d94987 (patch)
tree9b68321ad8397afeaa21d2ee5ac3e37397e56407
parented13610c0857147845a6c6472fa5c76637177330 (diff)
parentb7e0e1b9e89510b13887c365205c05f6cab80c60 (diff)
Merge pull request #7426 from nextcloud/backport/7425/stable24v14.0.2
[stable24] Fix stylelint
-rw-r--r--src/components/RightSidebar/SharedItems/SharedItems.vue7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/RightSidebar/SharedItems/SharedItems.vue b/src/components/RightSidebar/SharedItems/SharedItems.vue
index 01728d453..59042505d 100644
--- a/src/components/RightSidebar/SharedItems/SharedItems.vue
+++ b/src/components/RightSidebar/SharedItems/SharedItems.vue
@@ -136,16 +136,15 @@ export default {
}
&__other {
-
width: 100%;
margin-left: 8px;
+
a {
text-decoration: underline;
&:after {
- content: " ↗";
- }
+ content: ' ↗';
+ }
}
-
}
}
</style>