mirror of https://github.com/OCA/web.git
commit
eb49e659d8
|
@ -397,14 +397,17 @@ html .o_web_client .o_main .o_main_content {
|
||||||
// Support for long title (with ellipsis)
|
// Support for long title (with ellipsis)
|
||||||
.oe_title {
|
.oe_title {
|
||||||
span.o_field_widget {
|
span.o_field_widget {
|
||||||
max-width: 100%;
|
&:not(.oe_inline) {
|
||||||
text-overflow: ellipsis;
|
max-width: 100%;
|
||||||
white-space: nowrap;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
white-space: nowrap;
|
||||||
width: initial;
|
overflow: hidden;
|
||||||
}
|
width: initial;
|
||||||
span:active {
|
|
||||||
white-space: normal;
|
&:active {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue