Fix other user's displayName being wrapped on the bubble message layout (#8456)
This commit is contained in:
parent
6825b43f42
commit
11cb48176e
4 changed files with 22 additions and 15 deletions
|
@ -111,10 +111,5 @@ limitations under the License.
|
|||
display: inline-block; // anti-zalgo, with overflow hidden
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
// truncate long display names
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue