Revert "Api: Let details take remaining height of component"

It caused details to be not visible in mail attachments

This reverts commit 00cf7cf56d.
This commit is contained in:
nathan 2024-02-07 08:52:22 -07:00
parent 1ba476ef6f
commit a4ec5577a0

View File

@ -47,10 +47,6 @@ export class Et2Details extends Et2Widget(SlDetails)
order: 1;
}
.details__body {
height: calc(100% - 3rem) !important;
}
.details.hoist {
position: relative;
}