don't force height if the height can't change (no children edge)
This commit is contained in:
@@ -24,11 +24,14 @@ limitations under the License.
|
||||
|
||||
.mx_LeaveSpaceDialog {
|
||||
width: 440px;
|
||||
height: 500px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
&.mx_LeaveSpaceDialog_hasChildren {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.mx_Dialog_content {
|
||||
flex-grow: 1;
|
||||
margin: 0 0 24px;
|
||||
|
||||
Reference in New Issue
Block a user