From b4147231e7f3c6be04562e11772223900b4cf2a1 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 23 Oct 2019 16:54:28 +0700 Subject: [PATCH] flow appearance --- src/components/flow/Cell/styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/flow/Cell/styles.scss b/src/components/flow/Cell/styles.scss index a98ca9f3..5408340e 100644 --- a/src/components/flow/Cell/styles.scss +++ b/src/components/flow/Cell/styles.scss @@ -165,8 +165,9 @@ .horizontal > & { top: auto; - max-height: 50%; - max-width: 100%; + left: 0; + max-height: 100%; + max-width: 50%; height: auto; width: auto; bottom: 0; @@ -174,13 +175,12 @@ .quadro > & { top: auto; - left: auto; max-height: 70%; max-width: 50%; height: auto; width: auto; bottom: 0; - right: 0; + left: 0; } }