Hello,
First shrink your editor width with this css:
div#jevcontent_parent.mceEditor.defaultSkin {
width: 650px !important;
}
The use this CSS to fix the calendar:
div.calendar .button.nav {
width: auto !important;
}
Add the CSS to your JEvents Control Panel -> Custom CSS.
Many thanks
Tony