diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index 530f56e0..b4495673 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -19,10 +19,8 @@
-
- @{{user.screen_name}}
- {{visibleRole}}
-
+ @{{user.screen_name}}
+ {{visibleRole}}
{{dailyAvg}} {{ $t('user_card.per_day') }}
@@ -277,14 +275,11 @@
font-weight: light;
font-size: 15px;
- .user-screen-name-role {
+ .user-screen-name {
min-width: 1px;
flex: 0 1 auto;
text-overflow: ellipsis;
overflow: hidden;
- }
-
- .user-screen-name {
color: $fallback--lightText;
color: var(--lightText, $fallback--lightText);
}
@@ -300,6 +295,7 @@
// TODO use proper colors
.staff {
+ flex: none;
text-transform: capitalize;
color: $fallback--text;
color: var(--btnText, $fallback--text);