mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Et2Box: Don't pass align=right on to child text alignment
This commit is contained in:
parent
ae5b206157
commit
5c2d8dce5d
@ -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() */
|
||||
|
Loading…
Reference in New Issue
Block a user