Widen modal to account for tooltip overflow

This commit is contained in:
Ray Schamp 2015-10-15 11:06:47 -06:00
parent 8b8aa0ee48
commit f44e0b249a

View file

@ -1,6 +1,6 @@
@import "../../mixins"; @import "../../mixins";
.registration { .registration {
@include modal-iframe(586px, 438px); @include modal-iframe(610px, 438px);
overflow: hidden; overflow: hidden;
} }