Fix other user's displayName being wrapped on the bubble message layout (#8456)

This commit is contained in:
Suguru Hirahara 2022-05-22 07:07:29 +00:00 committed by GitHub
parent 6825b43f42
commit 11cb48176e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 15 deletions

View file

@ -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;
}
}