diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-04 15:14:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 15:14:30 +0100 |
commit | 1f46776b3aa9a6dca1c605bcef38eb9c364757c8 (patch) | |
tree | e32298ef3fbcdc0137e1a7c7ded37b63ab9dc9b1 | |
parent | b65d9eb99da370155d060b90ed3b955dbc6c15ab (diff) | |
parent | f1c416da2477abd35695201d14f228fcf5b44b5f (diff) | |
download | nextcloud-server-1f46776b3aa9a6dca1c605bcef38eb9c364757c8.tar.gz nextcloud-server-1f46776b3aa9a6dca1c605bcef38eb9c364757c8.zip |
Merge pull request #23898 from nextcloud/bugfix/noid/list-style-scope
Make user status styles scoped
-rw-r--r-- | apps/user_status/src/UserStatus.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/UserStatus.vue b/apps/user_status/src/UserStatus.vue index 51761582595..a7c71778fa4 100644 --- a/apps/user_status/src/UserStatus.vue +++ b/apps/user_status/src/UserStatus.vue @@ -162,7 +162,7 @@ export default { } </script> -<style lang="scss"> +<style lang="scss" scoped> $max-width-user-status: 200px; .user-status-menu-item { |