diff --git a/app/src/layout/index.ts b/app/src/layout/index.ts index 35c2ab1a4..c3dabb176 100644 --- a/app/src/layout/index.ts +++ b/app/src/layout/index.ts @@ -40,9 +40,6 @@ export class Layout { } else { this.element.classList.add("fn__flex"); } - if (mergedOptions.type === "left") { - this.element.classList.add("fn__flex-shrink"); - } } addLayout(child: Layout, id?: string) {