Skip to content

Commit 35ca49e

Browse files
committed
Fixed issue #23575
1 parent c63b388 commit 35ca49e

File tree

2 files changed

+5
-1
lines changed
  • app

2 files changed

+5
-1
lines changed

app/code/Magento/Review/Block/Adminhtml/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected function _prepareColumns()
176176
'type' => 'datetime',
177177
'filter_index' => 'rt.created_at',
178178
'index' => 'review_created_at',
179-
'header_css_class' => 'col-date',
179+
'header_css_class' => 'col-date col-date-min-width',
180180
'column_css_class' => 'col-date'
181181
]
182182
);

app/design/adminhtml/Magento/backend/web/css/styles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
}
5050
}
5151

52+
td.col-date.col-date-min-width.col-created_at {
53+
min-width: 14rem;
54+
}
55+
5256
// ToDo UI: Temporary. Should be changed
5357
@import 'source/components/_calendar-temp.less';
5458
@import 'source/components/_rules-temp.less';

0 commit comments

Comments
 (0)