From e80f272a0739b98e98d94a5417f1b657b0666e53 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 7 Dec 2021 14:35:28 -0700 Subject: [PATCH] Fix streched infolog type icons --- api/templates/default/etemplate2.css | 4 ++++ pixelegg/css/pixelegg.css | 1 + 2 files changed, 5 insertions(+) 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;