Fixes suggested room not ellipsized on shrinking (#8536)

* fixes suggested room not ellipsized on shrinking

* style-lint check update
pull/28217/head
Yaya Usman 2022-05-09 15:04:44 +03:00 committed by GitHub
parent 7e15bef062
commit 7e21be06d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ limitations under the License.
margin-right: 10px;
}
.mx_RoomTile_details {
min-width: 0;
}
.mx_RoomTile_titleContainer {
height: 32px;
min-width: 0;