Fix long room address and name not being clipped on room info card and update _RoomSummaryCard.pcss
(#10811)
* Handle a long room address and name with ellipsis on RoomSummaryCard * Use a class selector for maintainability Sort the selectors
This commit is contained in:
parent
739eec8555
commit
ed5c02be6d
4 changed files with 51 additions and 11 deletions
|
@ -46,6 +46,7 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|||
/>
|
||||
</div>
|
||||
<h1
|
||||
class="mx_RoomSummaryCard_roomName"
|
||||
title="!room:domain.org"
|
||||
>
|
||||
!room:domain.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue