mirror of
https://github.com/Radarr/Radarr
synced 2026-04-30 06:51:23 +02:00
27 lines
348 B
Text
27 lines
348 B
Text
.fc-view {
|
|
overflow: visible;
|
|
}
|
|
|
|
.fc-event-title {
|
|
padding: 0 2px;
|
|
display: block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
.fc-button {
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
.fc-header-space {
|
|
padding-left: 5px;
|
|
}
|
|
}
|
|
|
|
.fc-header {
|
|
.fc-state-active {
|
|
z-index: 1;
|
|
}
|
|
}
|