File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
code/Magento/Review/Block/Adminhtml
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ namespace Magento \Review \Block \Adminhtml ;
8
+
7
9
/**
8
10
* Adminhtml reviews grid
9
11
*
16
18
*
17
19
* @author Magento Core Team <core@magentocommerce.com>
18
20
*/
19
- namespace Magento \Review \Block \Adminhtml ;
20
-
21
21
class Grid extends \Magento \Backend \Block \Widget \Grid \Extended
22
22
{
23
23
/**
@@ -176,7 +176,7 @@ protected function _prepareColumns()
176
176
'type ' => 'datetime ' ,
177
177
'filter_index ' => 'rt.created_at ' ,
178
178
'index ' => 'review_created_at ' ,
179
- 'header_css_class ' => 'col-date ' ,
179
+ 'header_css_class ' => 'col-date col-date-min-width ' ,
180
180
'column_css_class ' => 'col-date '
181
181
]
182
182
);
Original file line number Diff line number Diff line change 49
49
}
50
50
}
51
51
52
+ td .col-date.col-date-min-width.col-created_at {
53
+ min-width : 14rem ;
54
+ }
55
+
52
56
// ToDo UI: Temporary. Should be changed
53
57
@import ' source/components/_calendar-temp.less' ;
54
58
@import ' source/components/_rules-temp.less' ;
You can’t perform that action at this time.
0 commit comments