Fix streched infolog type icons

This commit is contained in:
nathan 2021-12-07 14:35:28 -07:00
parent 50f4b5cd47
commit e80f272a07
2 changed files with 5 additions and 0 deletions

View File

@ -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
*/

View File

@ -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;