mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01: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 {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
/* CSS for child elements */
|
||||
|
Loading…
Reference in New Issue
Block a user