From 8e867d14aecae61cebce22955fee1e59f64563c9 Mon Sep 17 00:00:00 2001 From: Evan Moon Date: Fri, 26 Mar 2021 22:41:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui-kit):=20Row=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20=EC=83=81=ED=95=98=20=EB=A7=88=EC=A7=84=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20(#60)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui-kit/src/sass/components/_Row.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-kit/src/sass/components/_Row.scss b/ui-kit/src/sass/components/_Row.scss index 662232bf..65436b5c 100644 --- a/ui-kit/src/sass/components/_Row.scss +++ b/ui-kit/src/sass/components/_Row.scss @@ -16,7 +16,7 @@ .lubycon-grid__row { display: flex; - margin: #{-$grid-gutter / 2}; + margin: 0 #{-$grid-gutter / 2}; flex-wrap: wrap; box-sizing: border-box;