mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Et2Box: Implement elign=center
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user