normalize sizes when starting drag operation

This commit is contained in:
Bruno Windels 2019-01-11 17:17:58 +01:00
parent 9456fc040d
commit a413f358f7
5 changed files with 51 additions and 39 deletions

View file

@ -33,13 +33,13 @@ limitations under the License.
.mx_RoomSubList {
min-height: 31px;
flex: 0 10000 content;
flex: 0 10000 auto;
display: flex;
flex-direction: column;
}
.mx_RoomSubList.resized-sized {
flex: 0 1 0;
flex: 0 1 auto;
}
.mx_RoomSubList_nonEmpty {