提交 8796acd8 authored 作者: Italo Rossi's avatar Italo Rossi

FS-8223 [verto_communicator] needs display inline-block and obviously the class in the element.

上级 2ed70b1a
...@@ -13,6 +13,7 @@ body { ...@@ -13,6 +13,7 @@ body {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
width: 160px; width: 160px;
display: inline-block;
} }
.inline-block { .inline-block {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<img gravatar-size="40" gravatar-src-once="member.email" class="img-circle" ng-class="{'chat-member-talking': member.status.audio.talking, 'chat-member-muted': member.status.audio.muted}" /> <img gravatar-size="40" gravatar-src-once="member.email" class="img-circle" ng-class="{'chat-member-talking': member.status.audio.talking, 'chat-member-muted': member.status.audio.muted}" />
</span> </span>
<!-- FIXME(italo): Put this whole block in a flex box to avoid defining fixed width.--> <!-- FIXME(italo): Put this whole block in a flex box to avoid defining fixed width.-->
<h4 class="chat-members-name"><div class="members-name">{{ member.name }}</div> <small>({{ member.number }})</small></h4> <h4 class="chat-members-name"><div class="members-name">{{ member.name }}</div> <small class="ellipsis">({{ member.number }})</small></h4>
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'"> <div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown"> <button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论