mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Et2Box: Implement elign=center
This commit is contained in:
parent
b129a46e3c
commit
2e61c3a23e
@ -37,6 +37,9 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
||||
:host([align="left"]) > div {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
:host([align="center"]) > div {
|
||||
justify-content: center;
|
||||
}
|
||||
/* CSS for child elements */
|
||||
::slotted(*) {
|
||||
flex: 1 1 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user