forked from Techsystech/web
commit
9291525121
|
@ -540,29 +540,33 @@ html .o_web_client .o_action_manager .o_action {
|
||||||
// Size of labels
|
// Size of labels
|
||||||
.o_web_client {
|
.o_web_client {
|
||||||
&.o_chatter_position_sided {
|
&.o_chatter_position_sided {
|
||||||
.o_content,
|
.o_action_manager {
|
||||||
.modal-content {
|
.o_content,
|
||||||
@include media-breakpoint-up(xl, $o-extra-grid-breakpoints) {
|
.modal-content {
|
||||||
.o_inner_group {
|
@include media-breakpoint-up(xl, $o-extra-grid-breakpoints) {
|
||||||
.o_td_label {
|
.o_inner_group {
|
||||||
min-width: 260px !important;
|
.o_td_label {
|
||||||
|
min-width: 260px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
@include media-breakpoint-between(lg, xl, $o-extra-grid-breakpoints) {
|
||||||
@include media-breakpoint-between(lg, xl, $o-extra-grid-breakpoints) {
|
.o_group_col_6 {
|
||||||
.o_group_col_6 {
|
width: 100% !important;
|
||||||
width: 100% !important;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:not(.o_chatter_position_sided) {
|
&:not(.o_chatter_position_sided) {
|
||||||
@include media-breakpoint-up(lg, $o-extra-grid-breakpoints) {
|
@include media-breakpoint-up(lg, $o-extra-grid-breakpoints) {
|
||||||
.o_content,
|
.o_action_manager {
|
||||||
.modal-content {
|
.o_content,
|
||||||
.o_inner_group {
|
.modal-content {
|
||||||
.o_td_label {
|
.o_inner_group {
|
||||||
min-width: 260px !important;
|
.o_td_label {
|
||||||
|
min-width: 260px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue