From e27994595387870e37e6ca5bafe00a5967b90083 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 16 Sep 2021 13:49:48 -0600 Subject: [PATCH] Try removing width:100% from box to help with sizing nested boxes This should fix the problem with timesheet.edit delete button being pushed off to the right --- api/js/etemplate/Et2Box/Et2Box.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/js/etemplate/Et2Box/Et2Box.ts b/api/js/etemplate/Et2Box/Et2Box.ts index 403b29b238..6eb88eed62 100644 --- a/api/js/etemplate/Et2Box/Et2Box.ts +++ b/api/js/etemplate/Et2Box/Et2Box.ts @@ -22,7 +22,6 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM css` :host { display: block; - width: 100%; } :host > div { display: flex;