mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
basic width styling for common cells
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.Cells.RelativeDateCell = Backgrid.Cell.extend({
|
||||
define(['app','Cells/NzbDroneCell'], function () {
|
||||
NzbDrone.Cells.RelativeDateCell = NzbDrone.Cells.NzbDroneCell.extend({
|
||||
|
||||
className : 'relative-date-cell',
|
||||
|
||||
render: function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user