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:
authorRené Gieling <github@dartcafe.de>2021-05-30 12:59:18 +0300
committerGitHub <noreply@github.com>2021-05-30 12:59:18 +0300
commit4e6f9a808ea1c2c875125a4824d46ad81d3d9314 (patch)
treebf9266ab41f084c920cc05f3226ae28d868207fc /src/js/components/SideBar
parent0dcee95a6a99740c715a8358cfa0ca3488c190c9 (diff)
parenta8089948629294f53918e3793409603e26ef2722 (diff)
Merge pull request #1662 from nextcloud/refactor/css
simplify DOM and tidy CSS
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;