don't force height if the height can't change (no children edge)
This commit is contained in:
parent
bc87dc3c56
commit
880dc26847
2 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue