Skip to content

Commit 5f283a5

Browse files
committed
Made datetime columns bit wider
1 parent 8451f6f commit 5f283a5

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Adminhtml/Block/Widget

1 file changed

+1
-1
lines changed

app/code/core/Mage/Adminhtml/Block/Widget/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class Mage_Adminhtml_Block_Widget_Grid extends Mage_Adminhtml_Block_Widget
219219
'width' => 140
220220
],
221221
'datetime' => [
222-
'width' => 140
222+
'width' => 160
223223
],
224224
];
225225

0 commit comments

Comments
 (0)