mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Calendar and table fixes
Fixed: Last day on calendar will be normal width Fixed: Tables shouldn't overflow due to excessively long titles
This commit is contained in:
@@ -30,6 +30,9 @@ define(
|
||||
|
||||
onShow: function () {
|
||||
this.$('.fc-button-today').click();
|
||||
this.$el.fullCalendar('render');
|
||||
|
||||
this.$('.fc-day-header').css('width: 14.3%');
|
||||
},
|
||||
|
||||
_viewRender: function (view) {
|
||||
@@ -38,6 +41,7 @@ define(
|
||||
}
|
||||
|
||||
this._getEvents(view);
|
||||
this.$('.fc-day-header').css('width: 14.3%');
|
||||
},
|
||||
|
||||
_eventRender: function (event, element) {
|
||||
|
Reference in New Issue
Block a user