mirror of https://github.com/vector-im/riot-web
Fixes suggested room not ellipsized on shrinking (#8536)
* fixes suggested room not ellipsized on shrinking * style-lint check updatepull/28217/head
parent
7e15bef062
commit
7e21be06d0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue