mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
group-settings: Fix how long names are handled in groups UI.
This commit fixes code to correctly show the long group names by clipping them and showing ellipsis in group rows in left panel and in the header shown in right section. Group names are handled in a different way than stream names because we need to show deactivated icons as well for stream names.
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
{{/if}}
|
||||
<div class="group-info-box">
|
||||
<div class="top-bar">
|
||||
<div class="group-name">{{name}}
|
||||
<div class="group-name-wrapper">
|
||||
<div class="group-name">{{name}}</div>
|
||||
{{#if deactivated}}
|
||||
<i class="fa fa-ban deactivated-user-icon"></i>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user