diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue index 020f82c184..cb73d54d31 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -9,15 +9,13 @@
-
+
{{ user.name }}
-
- - @{{user.screen_name}} - -
+ + @{{user.screen_name}} +
@@ -61,13 +59,14 @@ &-primary-area { flex: 1; - .user-name { - img { - object-fit: contain; - height: 16px; - width: 16px; - vertical-align: middle; - } + } + + &-user-name { + img { + object-fit: contain; + height: 16px; + width: 16px; + vertical-align: middle; } }