Merge PR #1815 into 12.0

Signed-off-by pedrobaeza
pull/1831/head
OCA-git-bot 2021-02-08 12:44:57 +00:00
commit eb49e659d8
1 changed files with 11 additions and 8 deletions

View File

@ -397,16 +397,19 @@ html .o_web_client .o_main .o_main_content {
// Support for long title (with ellipsis)
.oe_title {
span.o_field_widget {
&:not(.oe_inline) {
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: initial;
}
span:active {
&:active {
white-space: normal;
}
}
}
}
@include media-breakpoint-down(sm) {
min-width: auto;