modal footer button height fix

This commit is contained in:
Kris
2020-02-21 20:13:23 -05:00
parent f73ed45de9
commit e5bc649057

View File

@@ -160,6 +160,9 @@
border-top: 1px solid $primary-low;
.btn {
margin: 0 5px 5px 0;
&[href] {
min-height: unset;
}
}
}