fix(scheduler): Make popover width even so it's not blurry

This commit is contained in:
Ben Gotow 2016-04-11 18:33:53 -07:00
parent f5e5a7ef4c
commit 938e9b8093

View file

@ -28,7 +28,7 @@
}
.scheduler-picker {
min-width: 185px;
min-width: 186px;
}
.new-event-card-container {