normalize sizes when starting drag operation
This commit is contained in:
parent
9456fc040d
commit
a413f358f7
5 changed files with 51 additions and 39 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue