[FIX] web_responsive: Show View Type Always

pull/2684/head
anjeel.haria 2023-03-09 16:06:43 +01:00 committed by Taras Shabaranskyi
parent 930e0297d4
commit 425c4e6f64
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@
} }
} }
.o_cp_bottom_right { .o_cp_bottom_right {
height: 30px; height: 10%;
} }
// Mobile Control panel (breadcrumbs, search box, buttons...) // Mobile Control panel (breadcrumbs, search box, buttons...)
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
@ -72,7 +72,6 @@
.o_cp_bottom_right { .o_cp_bottom_right {
float: right; float: right;
height: 30px;
padding-left: 10px; padding-left: 10px;
margin: 5px 0; margin: 5px 0;
} }