Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made datetime columns bit wider
Browse files Browse the repository at this point in the history
sreichel committed Sep 5, 2022

Verified

This commit was signed with the committer’s verified signature.
acao Rikki Schulte
1 parent 8451f6f commit 5f283a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ class Mage_Adminhtml_Block_Widget_Grid extends Mage_Adminhtml_Block_Widget
'width' => 140
],
'datetime' => [
'width' => 140
'width' => 160
],
];

0 comments on commit 5f283a5

Please sign in to comment.