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
This commit is contained in:
nathan 2021-09-16 13:49:48 -06:00
parent abd2e3804a
commit e279945953

View File

@ -22,7 +22,6 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
css`
:host {
display: block;
width: 100%;
}
:host > div {
display: flex;