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;
   }
 }