forked from Techsystech/web
commit
b25cea9758
|
@ -459,16 +459,19 @@ html .o_web_client .o_action_manager .o_action {
|
||||||
// Support for long title (with ellipsis)
|
// Support for long title (with ellipsis)
|
||||||
.oe_title {
|
.oe_title {
|
||||||
span.o_field_widget {
|
span.o_field_widget {
|
||||||
|
&:not(.oe_inline) {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: initial;
|
width: initial;
|
||||||
}
|
|
||||||
span:active {
|
&:active {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
|
Loading…
Reference in New Issue