From a4ec5577a063d110d19695e8867736fe84b0c331 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 7 Feb 2024 08:52:22 -0700 Subject: [PATCH] Revert "Api: Let details take remaining height of component" It caused details to be not visible in mail attachments This reverts commit 00cf7cf56d1fb630e8bb73bda007844ea12c0cc5. --- api/js/etemplate/Layout/Et2Details/Et2Details.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/js/etemplate/Layout/Et2Details/Et2Details.ts b/api/js/etemplate/Layout/Et2Details/Et2Details.ts index a3b676f6d0..5ad85ceeb0 100644 --- a/api/js/etemplate/Layout/Et2Details/Et2Details.ts +++ b/api/js/etemplate/Layout/Et2Details/Et2Details.ts @@ -47,10 +47,6 @@ export class Et2Details extends Et2Widget(SlDetails) order: 1; } - .details__body { - height: calc(100% - 3rem) !important; - } - .details.hoist { position: relative; }