mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Change how boxes justify contents so buttons group on the left again.
Children without a max-width should still expand to share space.
This commit is contained in:
parent
59ee0b57f2
commit
d23b55fe6d
@ -26,7 +26,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
|||||||
:host > div {
|
:host > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
/* CSS for child elements */
|
/* CSS for child elements */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user