Skip to content
Snippets Groups Projects
Commit c5f37ee5 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix small modal issue in Safari/IE

parent 201d1955
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
}
.Modal-content.Modal-content--small .Modal-body {
min-height: unset; /* using unset here to get around overly restrictive min-height settings */
min-height: inherit; /* using inherit here to get around overly restrictive min-height settings */
}
.Modal-body .Form-inputs {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment