-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #6917 - sharing indicators&description for spaces #6921
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's displayed correctly, but the share labels got mixed up 😄
SonarCloud Quality Gate failed. |
Results for oCISFiles1 https://drone.owncloud.com/owncloud/web/25438/56/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
packages/web-app-files/src/components/SideBar/Details/SpaceDetails.vue
Outdated
Show resolved
Hide resolved
bb55ffb
to
f1150d6
Compare
SonarCloud Quality Gate failed. |
</td> | ||
</tr> | ||
</table> | ||
<div v-if="hasShares" class="oc-flex oc-flex-middle oc-mb-m oc-text-small" style="gap: 15px"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor finding, inline style :)
Related Issue