I have something close to what is displaying in Firefox and Chrome working in Edge.
#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after {
content: ">";
font-weight: 700;
- font-size: 200%;
+ font-size: 150%;
top: -7%;
left: 3%;
display: block;
#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after {
content: "<";
font-weight: 700;
- font-size: 200%;
+ font-size: 150%;
top: -7%;
left: 3%;
display: block;