diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index f3ba72aa47..4df5bf3f05 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1664,6 +1664,10 @@ table.et2_grid { .et2_grid td[align="right"] { padding-right: 8px; } +table.egwGridView_grid img { + /* Keep images in a grid from growing if they're in a box */ + flex-grow: 0; +} /** * Sortable grid */ diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 2ddd99639a..a7c3a03e80 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -6043,6 +6043,7 @@ table.egwGridView_grid { } table.egwGridView_grid img { height: 16px; + flex-grow: 0; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000;