Skip to content

Commit 635c07a

Browse files
author
airbone42
committed
set overflow for big content boxes
1 parent 951ce32 commit 635c07a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/code/community/Firegento/AdminLogger/Block/Adminhtml/History

app/code/community/Firegento/AdminLogger/Block/Adminhtml/History/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ public function showOldContent($oldContent) {
211211
* @return string
212212
*/
213213
private function wrapColor($string, $color) {
214-
return '<span style="font-weight: bold; color: ' . $color . '">' . $string . '</span>';
214+
return '<div style="font-weight: bold; color: ' . $color . '; overflow: auto; max-height: 100px; max-width: 400px;">' . $string . '</div>';
215215
}
216216
}

0 commit comments

Comments
 (0)