From 43cdb7607d9423109758334155acfe844eab6ea5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 20 Dec 2021 19:06:49 +0100 Subject: chore: define search form visibility --- src/components/Form/Form.module.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/Form/Form.module.scss') diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss index f23dfde..891db19 100644 --- a/src/components/Form/Form.module.scss +++ b/src/components/Form/Form.module.scss @@ -2,6 +2,11 @@ .wrapper { width: 100%; + + &--search { + display: flex; + flex-flow: row nowrap; + } } .item { -- cgit v1.2.3