Merge pull request #23898 from nextcloud/bugfix/noid/list-style-scope

Make user status styles scoped
This commit is contained in:
John Molakvoæ 2020-11-04 15:14:30 +01:00 committed by GitHub
commit 1f46776b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
$max-width-user-status: 200px;
.user-status-menu-item {