diff --git a/app/stylesheets/bundles/roster.scss b/app/stylesheets/bundles/roster.scss index 53b714ee6f0..6496a2e4925 100644 --- a/app/stylesheets/bundles/roster.scss +++ b/app/stylesheets/bundles/roster.scss @@ -80,6 +80,10 @@ } } +.roster_user_name-cell { + width: 100%; +} + .ic-Table--striped tr:nth-child(odd) .roster_user_name { color: var(--ic-link-color-darkened-10); } diff --git a/ui/features/roster/jst/index.handlebars b/ui/features/roster/jst/index.handlebars index f4e089bbbb3..5051994493b 100644 --- a/ui/features/roster/jst/index.handlebars +++ b/ui/features/roster/jst/index.handlebars @@ -48,7 +48,6 @@ >{{#t "people"}}People{{/t}} {{/if}} {{/if}} -
diff --git a/ui/features/roster/jst/rosterUser.handlebars b/ui/features/roster/jst/rosterUser.handlebars index 08a139ca62b..680f25aaedb 100644 --- a/ui/features/roster/jst/rosterUser.handlebars +++ b/ui/features/roster/jst/rosterUser.handlebars @@ -1,7 +1,7 @@
- + {{name}}{{#if pronouns}} ({{pronouns}}){{/if}}