From e5cb859419187b9332f98a94920359f53a3d95c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Mon, 3 Aug 2020 20:18:35 +0200 Subject: [PATCH] [IMP] web_responsive: change search options buttons css --- .../static/src/css/web_responsive.scss | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index 1c01ca0e7..dd68f4d15 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -232,20 +232,22 @@ html .o_web_client .o_main .o_main_content { } // Control panel (breadcrumbs, search box, buttons...) -.o_search_options { - flex-grow: 1; +.o_control_panel { + .o_search_options { + flex-grow: 1; - > div { - width: 100%; + > div { + width: 100%; - > .btn-group { - max-width: 33%; + > .btn-group { + max-width: 33%; - .o_dropdown_toggler_btn { - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; + .o_dropdown_toggler_btn { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + } } } }