Merge PR #1503 into 12.0

Signed-off-by pedrobaeza
pull/1507/head
OCA-git-bot 2020-01-27 20:46:51 +00:00
commit 1231ca9e1b
1 changed files with 23 additions and 0 deletions

View File

@ -232,6 +232,29 @@ html .o_web_client .o_main .o_main_content {
}
// Control panel (breadcrumbs, search box, buttons...)
.o_search_options {
flex-grow: 1;
> div {
width: 100%;
> .btn-group {
max-width: 33%;
.o_dropdown_toggler_btn {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
.o_pager_counter {
white-space: nowrap;
}
@include media-breakpoint-down(sm) {
.o_control_panel {
// Arrange buttons to use space better