From 8064cf7b02b3ed80047c9cf66202757ed4e0af6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 21 Jul 2016 14:10:05 +0200 Subject: [PATCH] Fixed Basicpage submenu in responsive mode --- app/static/src/sass/modules/navs/_nav-tree.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/static/src/sass/modules/navs/_nav-tree.scss b/app/static/src/sass/modules/navs/_nav-tree.scss index 2184e159..2f9a7a71 100644 --- a/app/static/src/sass/modules/navs/_nav-tree.scss +++ b/app/static/src/sass/modules/navs/_nav-tree.scss @@ -6,6 +6,14 @@ $module: ".nav-tree"; margin: 0; list-style-type: none; + &--level-0 { + + @include mq($until: xs) { + @include margin-bottom(3); + } + + } + &__item { margin-top: 2px; -- 2.39.5