Skip to content

Commit f1c416d

Browse files
committed
Make user status styles scoped
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent b65d9eb commit f1c416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_status/src/UserStatus.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
}
163163
</script>
164164

165-
<style lang="scss">
165+
<style lang="scss" scoped>
166166
$max-width-user-status: 200px;
167167
168168
.user-status-menu-item {

0 commit comments

Comments
 (0)