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:
nathan 2021-09-17 09:16:58 -06:00
parent 59ee0b57f2
commit d23b55fe6d

View File

@ -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 */