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

Commit 7e21be0

Browse files
authored
Fixes suggested room not ellipsized on shrinking (#8536)
* fixes suggested room not ellipsized on shrinking * style-lint check update
1 parent 7e15bef commit 7e21be0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/rooms/_RoomTile.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ limitations under the License.
3838
margin-right: 10px;
3939
}
4040

41+
.mx_RoomTile_details {
42+
min-width: 0;
43+
}
44+
4145
.mx_RoomTile_titleContainer {
4246
height: 32px;
4347
min-width: 0;

0 commit comments

Comments
 (0)