1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Fixed: Calendar arrows on Edge browser.

This commit is contained in:
Taloth Saldono 2016-07-21 19:09:03 +02:00
parent f681d43601
commit f3cbc2bdd2

View File

@ -38,4 +38,12 @@
.fc-event {
line-height : inherit;
}
}
}
.fc-icon {
width: auto;
}
.fc-icon::after {
margin: 0px;
}