Et2Box: Don't pass align=right on to child text alignment

This commit is contained in:
nathan 2024-08-16 14:25:29 -06:00
parent ae5b206157
commit 5c2d8dce5d

View File

@ -61,6 +61,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
::slotted([align="right"]) {
margin-left: auto;
order: 1;
text-align: initial;
}
/* work around for chromium print bug, see render() */