From 77fa8da51c0d583fdd21d4cc57dfb24a4782a9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 29 Nov 2022 16:14:04 +0100 Subject: [PATCH] antibes: fix search cell button not under textfield in mobile (#71841) --- static/antibes/_custom.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/static/antibes/_custom.scss b/static/antibes/_custom.scss index c287ad18..47ebd674 100644 --- a/static/antibes/_custom.scss +++ b/static/antibes/_custom.scss @@ -161,17 +161,12 @@ div.link-cell div.links-list ul > li > a, } #sidebar div.searchcell { - form { - display: flex; - flex-wrap: wrap; - } - button { - flex-grow: 1; - margin-right: 1rem; + width: 100%; } } + // // WCS // -- 2.39.2