Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fixes suggested room not ellipsized on shrinking (#8536)
Browse files Browse the repository at this point in the history
* fixes suggested room not ellipsized on shrinking

* style-lint check update
  • Loading branch information
yaya-usman authored May 9, 2022
1 parent 7e15bef commit 7e21be0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e21be0

Please sign in to comment.