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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-30 12:39:32 +0300
committerdartcafe <github@dartcafe.de>2021-05-30 12:39:32 +0300
commit0b6e17adfbc11f072e2d973db4347f92844ab866 (patch)
treec8e9c744cb4f5b2dcf01b39508adb1acc5371633 /src/js/components/SideBar
parentdb9b28ab83df5ce50be62080016c25ff3bbcfaa4 (diff)
simplify DOM and tidy CSS
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabShare.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/components/SideBar/SideBarTabShare.vue b/src/js/components/SideBar/SideBarTabShare.vue
index 83ef1061..59035720 100644
--- a/src/js/components/SideBar/SideBarTabShare.vue
+++ b/src/js/components/SideBar/SideBarTabShare.vue
@@ -68,8 +68,7 @@ export default {
<style lang="scss">
.shared-list {
display: flex;
- flex-wrap: wrap;
- flex-direction: column;
+ flex-flow: column wrap;
justify-content: flex-start;
padding-top: 8px;