Skip to content
Snippets Groups Projects
Commit e47ffae5 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #1968 from metabase/ie_modal_fix

remove unecessary flex declarations and min-height from modals
parents 0424bbbc f1da8deb
No related branches found
No related tags found
No related merge requests found
......@@ -43,26 +43,6 @@
background-color: rgba(255, 255, 255, 0.6);
}
.Modal-body {
min-height: 200px;
display: flex;
flex-direction: column;
}
.Modal-content.Modal-content--small .Modal-body {
min-height: inherit; /* using inherit here to get around overly restrictive min-height settings */
}
.Modal-body .Form-inputs {
flex: 1;
}
.Modal-form {
display: flex;
flex-direction: column;
flex: 1;
}
/* TRANSITIONS */
/* backdrop */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment