Fix extra line in 515a1d37bb

This commit is contained in:
nathan 2024-01-19 14:25:43 -07:00
parent 515a1d37bb
commit 4808aef0e6

View File

@ -28,8 +28,8 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
} }
:host { :host {
display:flex; display:flex;
flex-direction: column; flex-direction: row;
justify-content: space-evenly; justify-content: flex-start;
flex: 0 1 auto !important; flex: 0 1 auto !important;
} }