From d565faff98d156971139c808ec245c83eb263acd Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 2 Jun 2016 14:33:24 -0400 Subject: [PATCH] typo fix --- awx/ui/client/src/shared/layouts/one-plus-one.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/layouts/one-plus-one.less b/awx/ui/client/src/shared/layouts/one-plus-one.less index ee578d995b..36df990c8f 100644 --- a/awx/ui/client/src/shared/layouts/one-plus-one.less +++ b/awx/ui/client/src/shared/layouts/one-plus-one.less @@ -10,7 +10,7 @@ .OnePlusOne-container(@height: 100%; @breakpoint: 900px){ height: @height; display: flex; - flex-diration: row; + flex-direction: row; @media screen and(max-width: @breakpoint){ flex-direction: column; }