modal footer button height fix
This commit is contained in:
parent
f73ed45de9
commit
e5bc649057
|
@ -160,6 +160,9 @@
|
||||||
border-top: 1px solid $primary-low;
|
border-top: 1px solid $primary-low;
|
||||||
.btn {
|
.btn {
|
||||||
margin: 0 5px 5px 0;
|
margin: 0 5px 5px 0;
|
||||||
|
&[href] {
|
||||||
|
min-height: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue