forked from matrix/element-web
accidental regression that was causing the room list to scroll horizontally
This commit is contained in:
parent
d1cda75c8b
commit
f256f79418
|
@ -16,7 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomTile {
|
.mx_RoomTile {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* display: table-row; */
|
display: table-row;
|
||||||
color: #818794;
|
color: #818794;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue